ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITableGroup Interface / DetailDataCollectionName Property

In This Topic
    DetailDataCollectionName Property (ITableGroup)
    In This Topic
    Gets the name that data-oriented rendering extensions should use for the collection of all instances of the table's details.
    Syntax
    'Declaration
     
    ReadOnly Property DetailDataCollectionName As String
    string DetailDataCollectionName {get;}

    Property Value

    A System.String representing the name for the collection of detail instances.
    See Also