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

In This Topic
    DetailDataCollectionName Property (Table)
    In This Topic

    The name to use for the data element for the collection of all instances of the group.

    Syntax
    'Declaration
     
    Public Property DetailDataCollectionName As String
    public string DetailDataCollectionName {get; set;}

    Property Value

    A String indicating the name to use for the data element for the collection of all instances of the group.

    Remarks

    The default value is "Details_Collection."

    See Also