ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ViewerSettings.ViewerDocumentInfo Class / Content Property

In This Topic
    Content Property (ViewerSettings.ViewerDocumentInfo)
    In This Topic
    Gets or sets the report content in JSON format, useful for report viewers with in-browser rendering.
    Syntax
    'Declaration
     
    Public Property Content As Object
    public object Content {get; set;}

    Property Value

    The report content as an System.Object.
    See Also