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.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Parameters!LowTimeItnterval.Label is empty

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 set

I 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 field

The 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 object
I point the viewer at my rdl doc
I set my datasources
I set my parameters
I refresh my viewer and the field is Nov 15, 2006

I believe that I have missed a step somewhere. Any ideas anyone?

Thanks,
Kelley


   

- Advertisement -