ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / RdlxSettings Class / InitTemplates Property

In This Topic
    InitTemplates Property (RdlxSettings)
    In This Topic
    Gets or sets the reports as RDLX-JSON strings, with report items from these reports used as templates for creating new items.
    Syntax
    'Declaration
     
    Public Property InitTemplates As InitTemplates
    public InitTemplates InitTemplates {get; set;}

    Property Value

    An instance of InitTemplates that contains the RDLX-JSON strings for templates.
    See Also