I have a report, for which I have defined queried multi-valued default values for all the parameters.Now when I click on the report, it picks the default values automatically without clicking the “View Report” button.
Can we control this feature,so that unless user clicks on the “View Report” button, the report is not generated ?
The only way to get this behavior is to put a parameter on the report which is not nullable and has no default value. The viewer control will require the user select a value for this parameter before executing the report.
Another option is to not use the built-in UI, and instead use the viewer control in your application.
No comments:
Post a Comment