ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / WebViewer Class
Properties Methods Events

In This Topic
    WebViewer Class Members
    In This Topic

    The following tables list the members exposed by WebViewer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebViewer class.  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies animation options.  
    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 PropertyThe way of the showing of the rendered pages. For 'HtmlViewer' viewer type only.  
    Public PropertySpecifies the initial zoom mode.  
    Public PropertySpecifies the initial zoom value in percentage.  
    Public PropertySpecifies the URL of a file containing localization strings.  
    Public PropertySpecifies page view options.  
    Public PropertyThe type of the parameters panel location.  
    Public PropertyThe type of the parameters panel open mode.  
    Public PropertyReturns a PdfExportOptions object to set PDF-specific properties when you use the PDF ViewerType in the WebViewer control.  
    Public PropertySet up the render format for a report.  
    Public PropertyThe configure way of rendering.  
    Public Property

    Specifies the report object to display to the client.

     
    Public Property

    Specifies the name of the report object to display to the client. The supported keywords are 'file:', 'res:' and 'link:'.

     
    Public PropertyThe report service settings (like URL and security token).  
    Public PropertySpecifies the path to search for requested report files, which name starts with "file:" prefix.  
    Public PropertyDetermines the type of viewer that will be used to show the report in the client machine's browser.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Releases the WebViewer instance from memory.  
    Top
    See Also