ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / DetailDataCollectionName Property

In This Topic
    DetailDataCollectionName Property (Table)
    In This Topic
    Gets or sets a name of the top-level XML element that represents the collection of all instances of the group.
    Syntax
    'Declaration
     
    Public Property DetailDataCollectionName As String
    public string DetailDataCollectionName {get; set;}

    Property Value

    A System.String value indicating the name of the top-level XML element for for the collection of all instances of the group.
    Remarks

    Default value is "Details_Collection".

    See Also