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

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

    Property Value

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