ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class
Properties Methods

In This Topic
    ReportViewer Class Members
    In This Topic

    The following tables list the members exposed by ReportViewer.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyThe callback that is invoked before the JS Viewer opens the hyperlink, bookmark link, drill down report or toggles the report control visibility  
    Public PropertyWhen true, view area background color is filled with report body color available only for DashBoard reports  
    Public PropertyThe array of export types available via Export functionality of Viewer.  
    Public PropertyThe object containing custom default export settings. Use to set default value and visibility of any field in the export panel.  
    Public PropertySet up single page or continuous page  
    Public PropertyThe callback that is invoked when a document is loaded entirely on the server  
    Public PropertyThe callback that is invoked when an error occurs in the process of displaying the report  
    Public PropertyThe height of the Viewer, by default 100%  
    Public PropertySpecifies whether to show errors in the viewer  
    Public PropertySet up the initial zoom mode  
    Public PropertySet up the initial zoom value in percentage  
    Public PropertySpecifies locale used for displaying Viewer  
    Public PropertyThe JSON containing the localization strings  
    Public PropertyThe url of the file containing the localization strings  
    Public PropertyThe position of panels (search, parameters etc): 'toolbar' or 'sidebar'. Default value is 'toolbar'  
    Public PropertyThe array of the {name, value} pairs that describe the parameters values used to run the report  
    Public PropertySet up the parameters panel settings  
    Public PropertyReport render mode  
    Public PropertySet up initial render mode: 'Paginated' or 'Galley'. Default value is 'Paginated'  
    Public PropertyThe callback that is invoked when the JS Viewer obtains the information about the requested report  
    Public PropertyThe name of the report to be shown by the Viewer  
    Public PropertySet up the settings to connect the Web API  
    Public PropertyThe viewer's sidebar instance. The developer may use it to toggle the sidebar visibility  
    Public PropertyViewer UI theme.  
    Public PropertyThe viewer's toolbar instance. The developer may use it to add the custom elements or remove the existing ones  
    Public PropertyThe callback that is invoked when a Viewer is initialized  
    Public PropertyThe width of the Viewer, by default 100%  
    Top
    Public Methods
     NameDescription
    Public MethodMakes the viewer to display the parent report of the drill-down report  
    Public MethodGets the currently displayed page number  
    Public MethodExports the currently displayed report  
    Public MethodGets the current UI theme of the viewer  
    Public MethodObtains the report TOC  
    Public MethodMakes the viewer to display the specific page. Page numeration starts with 1  
    Public MethodOpen report  
    Public MethodGets the page count of the currently displayed report  
    Public MethodPrints the currently displayed report if any  
    Public MethodRefreshes the report preview  
    Public MethodUsed for render viewer to element  
    Public MethodPerforms the search of a specific term with specific search options (match case, whole word) and invokes the specific callback with the search result passed  
    Public MethodSets the UI theme for the viewer  
    Top
    See Also