ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / Template Property

In This Topic
    Template Property (ReportSnapshot)
    In This Topic
    Gets the report RDL template.
    Syntax
    'Declaration
     
    Public ReadOnly Property Template As String
    public string Template {get;}

    Property Value

    A System.String representing the report RDL template.
    See Also