ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / DetailDataElementName Property

In This Topic
    DetailDataElementName Property (Table)
    In This Topic
    Gets or sets a name of the top-level XML element that represents the details.
    Syntax
    'Declaration
     
    Public Property DetailDataElementName As String
    public string DetailDataElementName {get; set;}

    Property Value

    A System.String value indicating the name of the top-level XML element for details.
    Remarks

    Default value is "Details".

    See Also