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
 

Property Value

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