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

In This Topic
    DetailDataCollectionName Property (ITable)
    In This Topic
    Gets the name for the collection of all instances of the table's details used by data-oriented rendering extensions.
    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