ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class / DataElementName Property

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

    Property Value

    A System.String value indicating the name of the top-level XML element for instances of this group.
    Remarks
    Default value is the name of the group.
    See Also