ActiveReports 19 .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 PropertyGets the options for animations.  
    Public PropertyGets or sets a value indicating whether the view area background color is filled with the report body color. Available only for dashboard reports.  
    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. Used to set default values and visibility of any field in the export panel.  
    Public PropertyGets or sets the display mode for showing rendered pages. This is applicable only for 'HtmlViewer' viewer type.  
    Public PropertyGets or sets the initial zoom mode.  
    Public PropertyGets or sets the initial zoom percentage.  
    Public PropertyGets or sets the URL of a file containing localization strings.  
    Public PropertyGets the options for page view.  
    Public PropertyGets or sets the location type of the parameters panel.  
    Public PropertyGets or sets the open mode of the parameters panel.  
    Public PropertyReturns a PdfExportOptions object to set PDF-specific properties when you use the PDF ViewerType in the WebViewer control.  
    Public PropertyGets or sets the rendering format for the report.  
    Public PropertyGets or sets the rendering mode.  
    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 PropertyGets or sets the report service settings, like URL and security token.  
    Public PropertyGets or sets 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