Progress® Telerik® Reporting R1 2021
ReportViewer Properties
The ReportViewer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AccessibilityKeyMap |
Gets or sets the key mappings used in accessibility mode.
|
![]() | AuthenticationToken |
Gets or sets the encoded authentication token used to authenticate the requests.
|
![]() | CheckedButtonClass |
Gets or sets the class to be used by buttons in the checked state.
|
![]() | ClientEvents |
Gets or sets the event handlers of the report viewer.
|
![]() | Deferred |
Gets or sets a value indicating whether script initialization statement will be deferred.
|
![]() | DisabledButtonClass |
Gets or sets the class to be used by buttons in the disabled state.
|
![]() | DocumentMapAreaPosition |
Gets or sets the viewer's document map area position.
|
![]() | DocumentMapVisible |
Gets or sets a value indicating whether the viewer’s document map is initially visible.
|
![]() | EnableAccessibility |
Gets or sets a value indicating whether the accessibility features of the report viewer and its contents are enabled.
|
![]() | Height | (Overrides WebControlHeight.) |
![]() | InitialPageAreaImageUrl |
Gets or sets the image URL for the PageArea background image. Used only when the parameter values are missing or invalid.
|
![]() | PageMode |
Gets or sets the viewer's page mode.
SinglePage - Displays only one report page in PageArea container.
ContinuousScroll - Displays large amount of report pages by appending additional pages on demand.
|
![]() | PageNumber |
Gets or sets the current page number of the report.
|
![]() | ParameterEditors |
Gets or sets represents a control that provides a way to initialize the parameter editors of the report viewer.
|
![]() | Parameters |
Gets or sets contains the parameters settings configuration.
The Editors object, that defind the parameters editors types .
|
![]() | ParametersAreaPosition |
Gets or sets the viewer's parameters area position.
|
![]() | ParametersAreaVisible |
Gets or sets a value indicating whether the viewer’s parameters area is initially visible.
|
![]() | PersistSession |
Gets or sets a value indicating whether the viewer’s client state will be persisted between the page refreshes (ex. postbacks).
The state is stored in the browser’s sessionStorage and is available for the duration of the page session.
|
![]() | PrintMode |
Gets or sets the print mode of the viewer.
Three modes exist currently:
AutoSelect - Specifies that the viewer should automatically determine how to print: through the browser's PDF plug-in or through export to a PDF file.
ForcePDFPlugin - Specifies that the viewer should always use the PDF plugin regardless of the browser's version and settings.
ForcePDFFile - Specifies that the viewer should always export the report document to PDF format with the 'print' script enabled.
|
![]() | ReportServer |
Gets or sets the connection data of the report server that hosts the report.
The report server should have its Guest account enabled and with configured permissions for accessing the report.
For more information see http://www.telerik.com/help/reporting/html5-report-viewer-howto-use-it-with-reportserver.html.
|
![]() | ReportSource |
Gets or sets the ReportSource
for the report displayed in the viewer.
|
![]() | Scale |
Gets or sets zoom level of the report.
1.0 is equal to 100%, i.e. the original size of the report.
|
![]() | ScaleMode |
Gets or sets the scale mode of the viewer.
Three modes exist currently:
FitPage - The whole report will fit on the page (will zoom in or out), regardless of its width and height.
FitPageWidth - The report will be zoomed in or out so that the width of the screen and the width of the report match.
Specific - Uses the scale to zoom in and out the report.
|
![]() | SearchMetadataOnDemand |
Gets or sets a value indicating whether the search metadata will be delivered on demand or by default.
|
![]() | SendEmail |
Gets or sets contains the send e-mail functionality configuration.
The enabled property, the preselected rendering Format, from and to e-mail addresses.
|
![]() | ServiceUrl |
Gets or sets the URL of the service which will provide the report viewer with reports.
The service must be properly configured so that the report viewer can
successfully communicate with the server.
For more information on how to configure the service please check http://www.telerik.com/help/reporting/telerik-reporting-rest-conception.html.
|
![]() | TemplateUrl |
Gets or sets the URL for the report viewer template. The template can be edited -
new functionalities can be added and not needed ones can be removed.
For more information please check http://www.telerik.com/help/reporting/html5-report-viewer-templates.html.
|
![]() | ViewMode |
Gets or sets the viewer's view mode.
PrintPreview - Displays the paginated report as if it is printed on paper. Interactivity is not enabled.
Interactive - Displays the report in its original width and height with no paging. Additionally interactivity is enabled.
|
![]() | Width | (Overrides WebControlWidth.) |