This example demonstrates how a parameter can be passed to a Web report.
To do this, add the catId parameter to a report, and then set its value appropriately to the currently selected item in the ASPxComboBox control on a web page. Then, the report's data is filtered according to the current parameter value and the report's document is re-created.
Note:
This example uses an outdated approach to passing parameter values to a Web report. Refer to the E4461: How to: Pass parameters to a web report using the ASPxWebDocumentViewer control example and the How to: Pass Parameters to a Web Report document to learn how to submit parameters to a Web report using the ASPxWebDocumentViewer control, which automatically generates an applicable user interface.