Hello,
I have an aspx form page, created in Visual Studio 2005, that opens a crystal report specified in the CrystalReportViewer control on the page. I have a parameter specified in the report that filters output data. Each time I run form page, it prompts me for the parameter, and executes the report. How can I pass a parameter in the URL when calling the form page? Something like this does not work:
What is the right way to pass parameter to crystal report via a URL? Any help is appreciated. Thank You.
I have an aspx form page, created in Visual Studio 2005, that opens a crystal report specified in the CrystalReportViewer control on the page. I have a parameter specified in the report that filters output data. Each time I run form page, it prompts me for the parameter, and executes the report. How can I pass a parameter in the URL when calling the form page? Something like this does not work:
What is the right way to pass parameter to crystal report via a URL? Any help is appreciated. Thank You.