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 | MultiplePageCols binding property | |
MultiplePageRowsProperty | MultiplePageRows binding 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 | DesignPrintingSettings binding 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 | SourceFormat Dependency Property | |
SourceProperty | 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 | ViewType binding 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 property to display the background color on the whole area | |
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. 1 based. Returns 0 if no report is loaded. Affects History. | |
Document | Gets the section report document | |
GalleyMode | Gets or sets GalleyMode of report | |
History | Public API for history manipulation. | |
HyperlinkBackColor | Gets or sets the background color of the controls that hosts a hyperlink. The default is transparent. For SectionReports only. | |
HyperlinkForeColor | Gets or sets the color of the text within a control that hosts a hyperlink. The default is Blue. For SectionReports only. | |
HyperlinkUnderline | 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. | |
MultiplePageCols | Gets or sets the number of horizontal pages to display when the viewer is in MultiPageMode. | |
MultiplePageRows | Gets or sets the number of pages displayed vertically when the viewer is in MultiPageMode. | |
PagesBackColor | Public API for background color of report pane. | |
PreviewPages | Pages to load. Pass value less or equal to 0 to load all Applicable only for loading from SectionReport or PageDocument instances | |
PrintingSettings | Gets or sets printing settings | |
RepositionPage | 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 the background color of the highlighted text when using the Viewer control's Find functionality. | |
SearchResultsForeColor | Gets or sets the color of the highlighted text when using the Viewer control's Find functionality. | |
Sidebar | Gets the sidebar component of the viewer control. | |
Source | Specifies the local/remote report source Uri to display the report in Viewer (i.e. 'http://www.mysite.com/invoice.rpx') | |
SourceFormat | Specifies the format of the report source Uri. Should be used when Source does not have an extension. | |
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 true. | |
UseHyperlinkSettings | Gets or sets whether to apply the hyperlink settings when hyperlinks are displayed in the Viewer. For SectionReports only. | |
ViewType | Gets or sets a value that determines how the viewer shows pages(single/multi/continous). | |
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 | Reports about runtime error | |
LoadDocument | Overloaded. Loads a report. | |
Overloaded. Prints the currently opened document(section or page) | ||
Render | Exports the specified loaded report to the specified file (or group of files) by using the specified export extension. Note: for page report only. | |
SetParametersValues | Sets values of parameters for the report that is shown. |
Name | Description | |
---|---|---|
Action | This event fires when report item with specified action was clicked in the report preview control. | |
ErrorOccured | Fires in case of any error (in error panel etc.). | |
HyperLink | Occurs when the user clicks on text or an image that has a hyperlink assigned to it. | |
LoadCompleted | Occurs after all the viewer pages have been fully loaded. | |
RefreshReport | Fires before report refreshes (right after opening of new report, toggling/sorting and drill-through actions, pressing of buttons: view report (parameters panel), galley mode, refresh, back to parent). In case of no error it fires before LoadCompleted event. |