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

In This Topic
    Subreports Property (ReportSnapshot)
    In This Topic
    Gets the subreports RDL templates.
    Syntax
    'Declaration
     
    Public ReadOnly Property Subreports As SubreportsInfo
    public SubreportsInfo Subreports {get;}

    Property Value

    A SubreportsInfo object containing subreport definitions and mappings.
    See Also