I have a report with a single report parameter. The report is filtered on the value of this parameter. I allow NULL, so that the user can essentially select "ALL" records. Using the SilverLight ReportViewer, the report runs just fine. However, if I allow a NULL report parameter, the report runs with "all" records before the user has a chance to select a parameter. The behavior I would expect is that the ReportViewer displays the list of valid parameter values, along with the NULL checkbox. The user can then choose ALL by ticking the checkbox, or to filter the report by selecting a parameter value. Then, the user would click the Preview button and the report would execute and render.
Is there any way to keep the report from rendering all records before the user specifies a parameter? BTW, the report previewer in Vs2010 seems to work exactly the same way.
Is there any way to keep the report from rendering all records before the user specifies a parameter? BTW, the report previewer in Vs2010 seems to work exactly the same way.