ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ReportSectionBase Class / DataElementName Property

In This Topic
    DataElementName Property (ReportSectionBase)
    In This Topic
    Gets the name to use for the element that represents this report section in a data rendering.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataElementName As String
    public abstract string DataElementName {get;}

    Property Value

    A System.String representing the data element name of the report section.
    See Also