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

In This Topic
    Content Property (DocumentTemplate)
    In This Topic
    Gets or sets the document template content in JSON format that can be useful in case you would like to create a non-empty new report.
    Syntax
    'Declaration
     
    Public Property Content As Object
    public object Content {get; set;}
    See Also