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

In This Topic
    InitializationOptions Class Members
    In This Topic

    The following tables list the members exposed by InitializationOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyThe callback that is invoked before the 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  
    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 PropertySpecifies whether to show errors in the viewer.  
    Public PropertySet up the initial zoom mode  
    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 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 id of the report to be shown by the Viewer  
    Public PropertyThe callback that is invoked when the Viewer obtains the information about the requested report  
    Public PropertyThe array of the {name, value} pairs that describe the parameters values used to run the report  
    Public PropertySet up the settings to connect the Web API.  
    Public PropertyViewer UI theme.  
    Top
    See Also