Group.DataElementName Property

Gets the name to use for the data element for instances of this group.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property DataElementName As String
    Get
'Usage
Dim instance As Group
Dim value As String

value = instance.DataElementName
public virtual string DataElementName { get; }
public:
virtual property String^ DataElementName {
    String^ get ();
}
abstract DataElementName : string
override DataElementName : string
function get DataElementName () : String

Property Value

Type: System.String
A String value containing the data element name.