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