This topic explains the list of toolbar custom properties that are supported to render in the ASP.NET Core Report Viewer.
The ShowPrintButton
custom property is used to show or hide the print button in the toolbar.
You can set the ShowPrintButton
property value, as shown below.
Before setting the ShowPrintButton
property, the print button will be displayed in the toolbar as shown below.
Preview the report and see that the print button is hidden in the toolbar.
The ShowRefreshButton
custom property is used to show or hide the refresh button in the toolbar.
You can set the ShowRefreshButton
property value, as shown below.
Before setting the ShowRefreshButton
property, the refresh button will be displayed in the toolbar as shown below.
Preview the report and see that the refresh button is hidden in the toolbar.
The ShowFindButton
custom property is used to show or hide the find button in the toolbar.
You can set the ShowFindButton
property value, as shown below.
Before setting the ShowFindButton
property, the find button will be displayed in the toolbar as shown below.
Preview the report and see that the find button is hidden in the toolbar.
The ShowZoomControl
custom property is used to show or hide the zoom controls in the toolbar.
You can set the ShowZoomControl
property value, as shown below.
Before setting the ShowZoomControl
property, the zoom control will be displayed in the toolbar as shown below.
Preview the report and see that the zoom control is hidden in the toolbar.
The ShowExportControls
custom property is used to show or hide the export controls (such as PDF, Excel, Word, etc.) in the toolbar.
You can set the ShowExportControls
property value, as shown below.
Before setting the ShowExportControls
property, the export controls will be displayed in the toolbar as shown below.
Preview the report and see that the export controls are hidden in the toolbar.
The ShowPrintPageSetupButton
custom property controls the visibility of the print page setup button in the toolbar in Classic View.
You can configure the ShowPrintPageSetupButton
property as shown below.
Before setting the ShowPrintPageSetupButton
property, the print page setup will be displayed in the toolbar as shown below.
Preview the report and see that the print page setup is hidden in the toolbar.
The ShowPerformanceMetricsButton
custom property controls the visibility of the performance metrics button.
You can configure the ShowPerformanceMetricsButton
property as shown below.
Before setting the ShowPerformanceMetricsButton
property, the performance metrics button will be displayed as shown below.
Preview the report and see that the performance metrics button is hidden.
The ShowPageNavigationControls
custom property allows you to show or hide the navigation controls.
You can set the ShowPageNavigationControls
property value, as shown below.
Before setting the ShowPageNavigationControls
property, the navigation controls will be displayed as shown below.
Preview the report to see that the navigation controls are hidden.
The ShowPreviewButton
custom property allows you to show or hide the print layout button.
You can set the ShowPreviewButton
property value, as shown below.
Before setting the ShowPreviewButton
property, the print layout button is displayed as shown below.
Preview the report to see that the print layout button is hidden.
The ShowDocumentMap
custom property allows you to show or hide the document map button.
You can set the ShowDocumentMap
property value, as shown below.
Before setting the ShowDocumentMap
property, the document map button will not be displayed as shown below.
Preview the report and see that the document map button is displayed.