ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / SubreportsInfo Class / Definitions Property

In This Topic
    Definitions Property
    In This Topic
    Gets an array of subreport definitions.
    Syntax
    'Declaration
     
    Public ReadOnly Property Definitions As String()
    public string[] Definitions {get;}

    Property Value

    An array of System.String representing the subreport definitions.
    See Also