Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name to use for the data element for this member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DataElementName As String
Get
'Usage
Dim instance As ChartMember
Dim value As String
value = instance.DataElementName
public abstract string DataElementName { get; }
public:
virtual property String^ DataElementName {
String^ get () abstract;
}
abstract DataElementName : string
abstract function get DataElementName () : String
Property Value
Type: System.String
A string value that represents the name to use for the data element for this member.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace