The report you requested requires further informat
Hi,
I have 2 .NET 2005 applications.
1 in Windows and other in asp.net
Basically i want to transfer some static values to the Report Document. For example the Heading of the Report.
I created Parameter field on the report and I use,
ReportDocument.SetParameterValue("Header", "Report Header")
I have same code in both the applications. But the Problem is, it works fine in the Windows Version but when I run on the Web, it always asks me for the Parameter Value, saying "The report you requested requires further informat" on top of the page, Even though i have passed it with the above mentioned Line of code!
does anyone know why it's doing this weird thing.
Thanks
BShadow
Last edited by BreathShadow; September 14th, 2009 at 06:04 PM..
|