Progress® Telerik® Reporting R1 2021
ReportViewer Methods
The ReportViewer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CanMoveToPage |
Determines whether the viewer can be navigated to a specified page.
|
![]() ![]() ![]() | EnsureAbsoluteUri |
Determines whether the given Uri is absolute.
If not, creates a new absolute Uri based on the combination of
Source for the current application and the given relative URI.
|
![]() ![]() | ExportReport |
Exports the report in the specified format.
|
![]() ![]() | NavigateBack |
Navigates the viewer back one step in the navigation history.
|
![]() ![]() | NavigateForward |
Navigates the viewer forward one step in the navigation history.
|
![]() | OnApplyParameters |
This method is called to trigger the ApplyParameters event.
Override this method in order to change / add the parameter values
that will be used in the upcoming render operation.
|
![]() | OnApplyTemplate |
Invoked whenever application code or internal processes call ApplyTemplate.
(Overrides FrameworkElementOnApplyTemplate.) |
![]() | OnError |
Raises the Error event.
|
![]() | OnExportBegin |
Raises the ExportBegin event.
|
![]() | OnExportEnd |
Raises the ExportEnd event.
|
![]() | OnInteractiveActionEnter |
Raises the InteractiveActionEnter event.
|
![]() | OnInteractiveActionExecuting |
Raises the InteractiveActionExecuting event.
|
![]() | OnInteractiveActionLeave |
Raises the InteractiveActionLeave event.
|
![]() | OnPrintBegin |
Raises the PrintBegin event.
|
![]() | OnPrintEnd |
Raises the PrintEnd event.
|
![]() | OnRenderBegin | Obsolete.
This method is called to trigger the RenderBegin method. Override this method in order to perform additional tasks before rendering the report.
When overridden, make sure you call the base method implementation.
|
![]() | OnRenderingBegin |
Raises the RenderingBegin event.
|
![]() | OnRenderingEnd |
Raises the RenderingEnd event.
|
![]() | OnUpdateUI |
Raises the UpdateUI event.
|
![]() ![]() | PrintReport |
Opens the print dialog for the report
|
![]() ![]() | RefreshReport |
Refreshes the current report in the viewer. Last used parameter values are used.
|