ReportViewButtons
- Updated2025-07-21
- 1 minute(s) read
ReportViewButtons
Use these constants with the ReportView.ButtonsVisible property.
- ReportViewButton_Back –(Value: 0x1) Use this button to navigate to previously viewed reports.
- ReportViewButton_ExternalViewer –(Value: 0x20) Use this button to open an external viewer for this kind of report.
-
ReportViewButton_FontSize
–(Value: 0x80) Use this button to change the size of the HTML text displayed.
Note This size is a global setting for the computer and affects the size of text in the web browser when you are using Microsoft Internet Explorer.
- ReportViewButton_Forward –(Value: 0x2) Use this button to navigate to previously viewed reports.
- ReportViewButton_Home –(Value: 0x10) Use this button to navigate to the first report opened in the ReportView control.
- ReportViewButton_OpenReportLocation (Value: 0x200) Use this button to open File Explorer in the location where the currently displayed report is saved.
- ReportViewButton_Print –(Value: 0x40) Use this button to print the currently displayed report. You can configure the Print button to launch the Print dialog box before printing on the General property page of the ReportView control.
- ReportViewButton_Refresh –(Value: 0x8) Use this button to refresh the currently displayed report.
- ReportViewButton_SelectActiveReport –(Value: 256) Use this button to change the active report in the Reports collection of an execution. The ReportView control displays the current active report. This button is disabled if the Reports collection is empty.
- ReportViewButton_Stop –(Value: 0x4) Use this button to stop the ReportView control from displaying the current report.