ActiveReports 19 .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 PropertyGets or sets the callback invoked before the Viewer opens a hyperlink, bookmark link, drill down report, or toggles report control visibility.  
    Public PropertyGets a value indicating whether the view area background color is filled with the report body color.  
    Public PropertyGets or sets the array of export types available via the Export functionality of the Viewer.  
    Public PropertyGets or sets the object containing custom default export settings. Use to set default value and visibility of any field in the export panel.  
    Public PropertyGets or sets the page display mode.  
    Public PropertyGets or sets the сallback invoked when a document is fully loaded on the server.  
    Public PropertyGets or sets the callback invoked when an error occurs during the process of displaying the report.  
    Public PropertyGets or sets the height of the Viewer component.  
    Public PropertyGets or sets whether to show errors in the Viewer.  
    Public PropertyGets or sets the initial zoom mode.  
    Public PropertyGets or sets the initial zoom value in percentage.  
    Public PropertyGets or sets the locale used for displaying the Viewer.  
    Public PropertyGets or sets the JSON containing the localization strings.  
    Public PropertyGets or sets the URL of the file containing the localization strings.  
    Public PropertyGets or sets the position of panels (search, parameters etc.): 'toolbar' or 'sidebar'.  
    Public PropertyGets or sets the array of name-value pairs that describe the parameters values used to run the report.  
    Public PropertyGets or sets the parameters panel settings.  
    Public PropertyGets or sets the report render mode.  
    Public PropertyGets or sets the initial render mode: 'Paginated' or 'Galley'.  
    Public PropertyGets or sets the callback invoked when the Viewer obtains information about the requested report.  
    Public PropertyGets or sets the name of the report to be shown by the Viewer.  
    Public PropertyGets or sets the settings for connecting to the Web API.  
    Public PropertyGets the viewer's sidebar, used to toggle its visibility.  
    Public PropertyGets or sets the UI theme settings for customizing the appearance of the viewer.  
    Public PropertyGets the viewer's toolbar, used to add custom toolbar elements or remove existing ones.  
    Public PropertyGets or sets the callback that is invoked when the Viewer is initialized.  
    Public PropertyGets or sets the width of the Viewer component.  
    Top
    Public Methods
     NameDescription
    Public MethodMakes the viewer 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 MethodGets the report table of contents (TOC).  
    Public MethodMakes the viewer to display the specific page. Page numeration starts with 1.  
    Public MethodOpens a report.  
    Public MethodGets the page count of the currently displayed report.  
    Public MethodPrints the currently displayed report, if any.  
    Public MethodRefreshes the report.  
    Public MethodRenders the viewer to an element.  
    Public MethodPerforms a search of a specific term with specific search options (match case, whole word) and invokes the callback with the search result passed.  
    Public MethodSets the UI theme for the viewer.  
    Top
    See Also