Progress® Telerik® Reporting R1 2021
ReportViewer Class
Inheritance Hierarchy
SystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsContainerControl
System.Windows.FormsUserControl
Telerik.ReportViewer.WinFormsReportViewerBase
Telerik.ReportViewer.WinFormsReportViewer
Namespace:
Telerik.ReportViewer.WinFormsSystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsContainerControl
System.Windows.FormsUserControl
Telerik.ReportViewer.WinFormsReportViewerBase
Telerik.ReportViewer.WinFormsReportViewer
Assembly: Telerik.ReportViewer.WinForms (in Telerik.ReportViewer.WinForms.dll)
Syntax
The ReportViewer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReportViewer | Initializes a new instance of the ReportViewer class |
Properties
Name | Description | |
---|---|---|
![]() | AccessibilityKeyMap |
Gets or sets the accessibility key shortcuts map, used when the report viewer is in accessible mode.
Returns null reference if the viewer's accessibility is not enabled.
(Inherited from ReportViewerBase.) |
![]() ![]() | CurrentPage |
Gets or sets the current page in the viewer.
(Inherited from ReportViewerBase.) |
![]() ![]() | DocumentMapVisible |
Gets or sets a value that indicates whether the document map is displayed if any bookmark is defined.
(Inherited from ReportViewerBase.) |
![]() | EnableAccessibility |
Gets or sets a value that indicates whether the accessibility features of the report viewer and its contents should be enabled.
(Inherited from ReportViewerBase.) |
![]() ![]() | NavigateBackEnabled |
Determines if navigate back in report viewer history operation is enabled
(Inherited from ReportViewerBase.) |
![]() ![]() | NavigateForwardEnabled |
Determines if navigate forward in report viewer history operation is enabled
(Inherited from ReportViewerBase.) |
![]() ![]() | ParametersAreaVisible |
Gets or sets a value that indicates whether the parameters area is displayed if any parameter editor exists.
(Inherited from ReportViewerBase.) |
![]() | ProcessingState |
Gets the current processing state of the viewer
(Inherited from ReportViewerBase.) |
![]() | RenderingExtensions |
Gets the available rendering extensions list.
(Inherited from ReportViewerBase.) |
![]() | Report | Obsolete.
Gets or sets the report displayed in the viewer.
(Inherited from ReportViewerBase.) |
![]() ![]() | ReportEngineConnection |
The connection string used to configure the reporting engine that will process and render the reports.
(Inherited from ReportViewerBase.) |
![]() | ReportSource |
Gets or sets the ReportSource
for the report displayed in the viewer.
(Inherited from ReportViewerBase.) |
![]() | Resources | (Inherited from ReportViewerBase.) |
![]() | SearchMetadataOnDemand |
Gets or sets a value that indicates whether the search metadata will be delivered on demand or by default.
(Inherited from ReportViewerBase.) |
![]() | ShowDocumentMapButton |
Indicates whether DocumentMap button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowExportButton |
Indicates whether Export button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowHistoryButtons |
Indicates whether the history (Back, Forward)
buttons should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowPageNavigationControls |
Indicates whether the page navigation controls are visible.
(Inherited from ReportViewerBase.) |
![]() | ShowPageSetup | Obsolete.
Indicates whether PageSetup button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowPageSetupButton |
Indicates whether PageSetup button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowParametersButton |
Indicates whether Parameters button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowPrintButton |
Indicates whether Print button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowPrintPreviewButton |
Indicates whether PrintPreview button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowProgress |
Indicates whether progress animation should be displayed while the report is rendered.
(Inherited from ReportViewerBase.) |
![]() | ShowRefreshButton |
Indicates whether the Refresh button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowSearchButton |
Indicates whether Search button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowStopButton |
Indicates whether the Stop button should be visible.
(Inherited from ReportViewerBase.) |
![]() | ShowZoom |
Indicates whether the Zoom input box should be visible.
(Inherited from ReportViewerBase.) |
![]() | ToolbarVisible |
Indicates whether the toolbar should be visible on the viewer.
(Inherited from ReportViewerBase.) |
![]() ![]() | TotalPages |
Gets the count of the available pages in the viewer.
(Inherited from ReportViewerBase.) |
![]() ![]() | ViewMode |
Specifies whether the viewer is in interactive or print preview mode.
(Inherited from ReportViewerBase.) |
![]() ![]() | ZoomMode |
Gets or sets the zoom mode of the viewer.
(Inherited from ReportViewerBase.) |
![]() ![]() | ZoomPercent |
Gets or sets the percentage of zoom used for the report display.
(Inherited from ReportViewerBase.) |
Methods
Name | Description | |
---|---|---|
![]() | AddToRenderingContext | (Inherited from ReportViewerBase.) |
![]() ![]() | CancelRendering |
Stops the background processing of the report.
(Inherited from ReportViewerBase.) |
![]() ![]() | CancelRendering(Int32) | Obsolete.
Stops background processing of the report.
(Inherited from ReportViewerBase.) |
![]() ![]() | CanMoveToPage |
Determines whether the viewer can be navigated to a specified page.
(Inherited from ReportViewerBase.) |
![]() | ClearHistory |
Clears the report viewer navigation history.
(Inherited from ReportViewerBase.) |
![]() | Dispose | (Inherited from ReportViewerBase.) |
![]() ![]() | ExportReport |
Exports the report in the specified format.
(Inherited from ReportViewerBase.) |
![]() ![]() | NavigateBack |
Navigates the viewer back one step in the navigation history.
(Inherited from ReportViewerBase.) |
![]() ![]() | NavigateForward |
Navigates the viewer forward one step in the navigation history.
(Inherited from ReportViewerBase.) |
![]() | OnError |
Raises the Error event.
(Inherited from ReportViewerBase.) |
![]() | OnExport | Obsolete.
Raises the Export event.
(Inherited from ReportViewerBase.) |
![]() | OnExportBegin |
Raises the ExportBegin event.
(Inherited from ReportViewerBase.) |
![]() | OnExportEnd |
Raises the ExportEnd event.
(Inherited from ReportViewerBase.) |
![]() | OnInteractiveActionEnter |
Raises the InteractiveActionEnter event.
(Inherited from ReportViewerBase.) |
![]() | OnInteractiveActionExecuting |
Raises the InteractiveActionExecuting event.
(Inherited from ReportViewerBase.) |
![]() | OnInteractiveActionLeave |
Raises the InteractiveActionLeave event.
(Inherited from ReportViewerBase.) |
![]() | OnLoad | (Inherited from ReportViewerBase.) |
![]() | OnPrint | Obsolete.
Raises the Print event.
(Inherited from ReportViewerBase.) |
![]() | OnPrintBegin(CancelEventArgs) | Obsolete.
Raises the Print event.
(Inherited from ReportViewerBase.) |
![]() | OnPrintBegin(PrintBeginEventArgs) |
Raises the Print event.
(Inherited from ReportViewerBase.) |
![]() | OnPrintEnd(EventArgs) | Obsolete.
Raises the PrintEnd event.
(Inherited from ReportViewerBase.) |
![]() | OnPrintEnd(PrintEndEventArgs) |
Raises the PrintEnd event.
(Inherited from ReportViewerBase.) |
![]() | OnRenderingBegin(CancelEventArgs) | Obsolete.
Raises the RenderingBegin event.
(Inherited from ReportViewerBase.) |
![]() | OnRenderingBegin(RenderingBeginEventArgs) |
Raises the RenderingBegin event.
(Inherited from ReportViewerBase.) |
![]() | OnRenderingEnd(EventArgs) | Obsolete.
Raises the RenderingEnd event.
(Inherited from ReportViewerBase.) |
![]() | OnRenderingEnd(RenderingEndEventArgs) |
Raises the RenderingEnd event.
(Inherited from ReportViewerBase.) |
![]() | OnToolTipExecuting |
Raises the ViewerToolTipOpening event.
(Inherited from ReportViewerBase.) |
![]() | OnUpdateUI |
Raises the UpdateUI event.
(Inherited from ReportViewerBase.) |
![]() | Preview |
Renders the report in the viewer passing the currently entered parameter values to the report.
(Inherited from ReportViewerBase.) |
![]() ![]() | PrintReport |
Opens the print dialog for the report
(Inherited from ReportViewerBase.) |
![]() | PrintReportInternal | (Inherited from ReportViewerBase.) |
![]() | ProcessCmdKey |
Capture the keystrokes to determine if a valid accessible area shortcut is pressed
(Inherited from ReportViewerBase.) |
![]() | RefreshData | Obsolete.
Loads and refreshes the current report source in the viewer.
(Inherited from ReportViewerBase.) |
![]() ![]() | RefreshReport |
Loads and refreshes the ReportSource in the viewer.
(Inherited from ReportViewerBase.) |
![]() | Reset |
Resets the control to its default values.
(Inherited from ReportViewerBase.) |
![]() | ShowPageSetupDialog |
Opens the page setup dialog
(Inherited from ReportViewerBase.) |
![]() | ToggleReportContentSearch |
Toggles the search dialog to search within the document. If the search metadata is not prepared, invokes report refresh
to generate the search metadata and then opens the dialog.
(Inherited from ReportViewerBase.) |
Events
Name | Description | |
---|---|---|
![]() | AccessibilityChanged |
Occurs when the EnableAccessibility property is changed.
(Inherited from ReportViewerBase.) |
![]() ![]() | Error |
Occurs when there is an error in the report viewer control.
(Inherited from ReportViewerBase.) |
![]() | Export | Obsolete.
Occurs when the report in the viewer control is exported.
(Inherited from ReportViewerBase.) |
![]() ![]() | ExportBegin |
Occurs when the report in the viewer control starts exporting.
(Inherited from ReportViewerBase.) |
![]() ![]() | ExportEnd |
Occurs when the report exporting in the viewer control is finished.
(Inherited from ReportViewerBase.) |
![]() ![]() | InteractiveActionEnter |
Occurs when the mouse cursor enters the area of a report item's action.
(Inherited from ReportViewerBase.) |
![]() ![]() | InteractiveActionExecuting |
Occurs when an action is being executed. Execution can be canceled.
(Inherited from ReportViewerBase.) |
![]() ![]() | InteractiveActionLeave |
Occurs when the mouse cursor leaves the area of a report item's action.
(Inherited from ReportViewerBase.) |
![]() | Obsolete.
Occurs when the report in the viewer control is printed.
(Inherited from ReportViewerBase.) | |
![]() ![]() | PrintBegin |
Occurs when the report in the viewer control starts printing.
(Inherited from ReportViewerBase.) |
![]() ![]() | PrintEnd |
Occurs when the report printing in the viewer control is finished.
(Inherited from ReportViewerBase.) |
![]() ![]() | RenderingBegin |
Occurs when the report in the viewer control starts rendering.
(Inherited from ReportViewerBase.) |
![]() ![]() | RenderingEnd |
Occurs when the report rendering in the viewer control is finished.
(Inherited from ReportViewerBase.) |
![]() ![]() | UpdateUI |
Occurs when the UI of the report viewer control is updated.
(Inherited from ReportViewerBase.) |
![]() | ViewerAreaPaint |
Occurs when the viewer's area is painted.
(Inherited from ReportViewerBase.) |
![]() ![]() | ViewerToolTipOpening |
Occurs when the tooltip, associated with a report item, is being opened
(Inherited from ReportViewerBase.) |
Version Information
Supported in: 1.0.1