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

In This Topic
    DetailDataElementName Property (ITableGroup)
    In This Topic
    Gets the name that data-oriented rendering extensions should use for each detail instance of the table.
    Syntax
    'Declaration
     
    ReadOnly Property DetailDataElementName As String
    string DetailDataElementName {get;}

    Property Value

    A System.String representing the name for each detail instance.
    See Also