ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / WebViewer Class / Report Property

In This Topic
    Report Property (WebViewer)
    In This Topic

    Specifies the report object to display to the client.

    Syntax
    'Declaration
     
    Public Property Report As Object
    public object Report {get; set;}

    Property Value

    An ActiveReport object.
    Remarks

    If the control is being loaded in response to a client postback ( ) the property will not use the specified report. Instead the control uses a previously cached copy of the report's Document in the WebCache service to supply speedy responses to clients.

    Requirements

    See Also