DxReportViewer Events
A document viewer component for reports.| Name | Description |
|---|---|
| OnCustomizeParameterLookUpSource | Occurs when a lookup editor is created for a report parameter. Allows you to supply lookup values. |
| OnCustomizeParameters | Allows you to modify parameter settings and specify custom editors for report parameters. |
| OnCustomizeTabs | Allows you to modify the tab collection in the tab panel. Inherited from DxViewer. |
| OnCustomizeToolbar | Allows you to customize the Viewer’s toolbar. Inherited from DxViewer. |
| OnExport | Occurs before the Report Viewer sends a request to print the document or to get the exported document. Inherited from DxViewer. |
| OnPreviewClick | Occurs when a user clicks a report document. |
| OnPreviewDoubleClick | Occurs when a user double-clicks a report document. |
| OnReportOpened | Occurs when a report is opened in the Report Viewer. |
See Also