JSMITH242B
Programmer
Hi Guys,
I've been pulling my hair out with this one!!
I'm using the reportviewer control in my ASP.NET application and need to pass in default parameters.
I have the following:
runat="server" ServerUrl=' ReportPath='%2fTestReports%2fLocalReports%2fPie&';rs%3aCommand='Render&';SnapshotDate='01/06/2004'
I've tried all sorts of variations. The following syntax runs but prompts the user for the SnapshotDate parameter. I want the report to launch automatically by passing in the parameters' value via the URL.
runat="server" ServerUrl=' ReportPath='%2fTestReports%2fLocalReports%2fPie'
Thanks!!
I've been pulling my hair out with this one!!
I'm using the reportviewer control in my ASP.NET application and need to pass in default parameters.
I have the following:
runat="server" ServerUrl=' ReportPath='%2fTestReports%2fLocalReports%2fPie&';rs%3aCommand='Render&';SnapshotDate='01/06/2004'
I've tried all sorts of variations. The following syntax runs but prompts the user for the SnapshotDate parameter. I want the report to launch automatically by passing in the parameters' value via the URL.
runat="server" ServerUrl=' ReportPath='%2fTestReports%2fLocalReports%2fPie'
Thanks!!