| Invert |
Donald Gray
07/28/2010 06:02
Catching when parameter is missing
I have a custom control where the users enter any parameter values to be passed to the report.
If the user doesn't enter a parameter is their a way that I can catch this before the parameters dialog slides down on the Report Viewer, so that I can open my custom control?
Failing this is there a way that I can check all required parameters for a report using the ReportViewer or ReportService.svc?
|
Dmitry Zhukov
07/30/2010 05:07
Catching when parameter is missing
Hello,
Unfortunately, you can’t get binding parameters list for report through Report Viewer, it is necessary to know them beforehand, or get parameters by special query to Reporting Services.
There is no possibility to catch an appearance of the setting parameters panel.
Best regards,
Dmitry Zhukov
Perpetuum Software Support Team
|