Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bushfoot
Yak Posting Veteran
53 Posts |
Posted - 2008-10-28 : 12:53:10
|
I have an rdl doc that requires some report parameters be setI have linked a parameter to a dataset of the report In the reportparameters of the doc I have indicated the value is the pkey and label is the StartTime fieldThe textbox on the page header looks like this=Parameters!StartDate.Value + " " + Parameters!LowTimeInterval.Label(ex. Nov 15, 2006 (startdate.value) 08:00 (lowtimeinterval.label)I have created a test app that creates a report viewer objectI point the viewer at my rdl docI set my datasourcesI set my parametersI refresh my viewer and the field is Nov 15, 2006I believe that I have missed a step somewhere. Any ideas anyone?Thanks,Kelley |
|
|
|
|