ActiveReports 18 .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
    Specifies the name to use for the element that represents this ReportSection in a data rendering.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DataElementName As String
    public abstract string DataElementName {get;}
    See Also