Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the name to use for the data element or attribute for this report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DataElementName As String
Get
'Usage
Dim instance As DataMember
Dim value As String
value = instance.DataElementName
public override string DataElementName { get; }
public:
virtual property String^ DataElementName {
String^ get () override;
}
abstract DataElementName : string
override DataElementName : string
override function get DataElementName () : String
Property Value
Type: System.String
A string containing the name to use for the data element or attribute for this report item.