Name | Description | |
---|---|---|
![]() | Viewer Constructor | Initializes the new instance of Viewer class. |
The following tables list the members exposed by Viewer.
Name | Description | |
---|---|---|
![]() | Viewer Constructor | Initializes the new instance of Viewer class. |
Name | Description | |
---|---|---|
![]() ![]() | AllowSplitterProperty | Gets or sets a value that determines whether the user is allowed to split the view. |
![]() ![]() | HyperlinkBackColorProperty | Gets or sets the background color of the controls that hosts a hyperlink. The default is transparent. For SectionReports only. |
![]() ![]() | HyperlinkForeColorProperty | Gets or sets the color of the text within a control that hosts a hyperlink. The default is Blue. For SectionReports only. |
![]() ![]() | HyperlinkUnderlineProperty | Gets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true. For SectionReports only. |
![]() ![]() | MultiplePageColsProperty | Identifies the MultiplePageCols dependency property. |
![]() ![]() | MultiplePageRowsProperty | Identifies the MultiplePageRows dependency property. |
![]() ![]() | PagesBackColorProperty | Public API for background color of report pane. |
![]() ![]() | PreviewPagesProperty | Pages to load. Pass value less or equal to 0 to load all Applicable only for loading from SectionReport or PageDocument instances. |
![]() ![]() | PrintingSettingsProperty | Identifies the DesignPrintingSettings dependency property. |
![]() ![]() | RepositionPageProperty | Determines whether the viewer will reposition the view to the top of the page when a user goes to another page after scrolling downward in a page. |
![]() ![]() | ScrollbarEnabledProperty | Public API. Show or hide scrolls within report pane. |
![]() ![]() | SearchResultsBackColorProperty | Gets or sets the background color of the highlighted text when using the Viewer control's Find functionality. |
![]() ![]() | SearchResultsForeColorProperty | Gets or sets the color of the highlighted text when using the Viewer control's Find functionality. |
![]() ![]() | SourceFormatProperty | Identifies the SourceFormat dependency property. |
![]() ![]() | SourceProperty | Identifies the Source dependency property. |
![]() ![]() | SplitViewProperty | Gets or sets a value that determines whether the viewer is split into two views. |
![]() ![]() | TargetViewProperty | Gets or sets a value that specifies the current target view when SplitView is true. |
![]() ![]() | UseHyperlinkSettingsProperty | Gets or sets whether to apply the hyperlink settings when hyperlinks are displayed in the Viewer. For SectionReports only. |
![]() ![]() | ViewTypeProperty | Identifies the ViewType dependency property. |
![]() ![]() | ZoomProperty | Gets or sets the viewer's zoom level. -1 for FitWidth mode -2 for Fit Whole Page mode. Throws ArgumentOutOfRangeException on invalid value. |
Name | Description | |
---|---|---|
![]() | AllowSplitter | Gets or sets a value that determines whether the user is allowed to split the view. |
![]() | AutoBackgroundColor | Gets or sets a value indicating whether the viewer should fill the entire view area with the report page background color. |
![]() | CanExport | Indicates whether the loaded report can be exported or not. Returns "false" if export is not permitted. |
![]() | CurrentPage | Gets or sets the number of the current document page displayed in the viewer. The page numbering is 1-based. |
![]() | Document | Gets the section report document displayed in the viewer. |
![]() | GalleyMode | Gets or sets GalleyMode of report |
![]() | History | Gets the history API for manipulating the viewer's history. |
![]() | HyperlinkBackColor | Gets or sets a value indicating the hyperlinks background color in the displayed document. |
![]() | HyperlinkForeColor | Gets or sets a value indicating the hyperlinks text color in the displayed document. |
![]() | HyperlinkUnderline | Gets or sets a value indicating whether the hyperlinks text should be underlined in the displayed document. |
![]() | MultiplePageCols | Gets or sets a value indicating the number of pages displayed horizontally when the viewer is in MultiPageMode. |
![]() | MultiplePageRows | Gets or sets a value indicating the number of pages displayed vertically when the viewer is in MultiPageMode. |
![]() | PagesBackColor | Gets or sets a value that indicates the background color of the report pane. |
![]() | PreviewPages | Gets or sets the number of pages to load. Pass a value less than or equal to 0 to load all pages. |
![]() | PrintingSettings | Gets or sets a value representing the printing settings for the currently displayed report. |
![]() | RepositionPage | Gets or sets a value that determines whether the viewer will reposition the view to the top of the page when a user goes to another page after scrolling downward in a page. |
![]() | ScrollbarEnabled | Public API. Show or hide scrolls within report pane. |
![]() | SearchResultsBackColor | Gets or sets a value indicating the background color of the search result. |
![]() | SearchResultsForeColor | Gets or sets a value indicating the text color of the search result. |
![]() | Sidebar | Gets the sidebar component of the viewer control. |
![]() | Source | Gets or sets the local or remote URI of the report to display in the Viewer. |
![]() | SourceFormat | Gets or sets a value indicating the format of the report URI. |
![]() | SplitView | Gets or sets a value that determines whether the viewer is split into two views. |
![]() | TableOfContents | Gets the table of contents panel component of sidebar component. |
![]() | TargetView | Gets or sets a value that specifies the current target view when SplitView is enabled. |
![]() | UseHyperlinkSettings | Gets or sets a value indicating whether to apply the hyperlink settings when hyperlinks are displayed in the Viewer. |
![]() | ViewType | Gets or sets a value that determines how the viewer shows pages (single/multi/continuous). |
![]() | Zoom | Gets or sets the viewer's zoom level. -1 for FitWidth mode -2 for Fit Whole Page mode. Throws ArgumentOutOfRangeException on invalid value. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases the resources used by Viewer control. |
![]() | Export | Overloaded. Exports the specified page range of the currently loaded report to the specified file by using the specified export filter. |
![]() | HandleError | Handles runtime error on the viewer. |
![]() | LoadDocument | Overloaded. Loads a report. |
![]() | Overloaded. Prints the currently opened report. | |
![]() | Render | Exports the specified loaded report to the specified file (or group of files) by using the specified rendering extension. |
![]() | SetParametersValues | Sets the values of the parameters for the currently displayed report. |
Name | Description | |
---|---|---|
![]() | Action | Occurs when an action is performed on the document in the viewer. |
![]() | ErrorOccured | Occurs when an error occurs within the viewer. This event provides detailed information about the error, allowing for custom error handling or logging. |
![]() | HyperLink | Occurs when a hyperlink is clicked in the currently opened document. |
![]() | LoadCompleted | Occurs after all the viewer pages have been fully loaded. |
![]() | RefreshReport | Occurs before the viewer refreshes the report. |