Свойство DataElementName

Returns the name to use for the data element or attribute for this report item.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property DataElementName As String
    Get
'Применение
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

Значение свойства

Тип System. . :: . .String
A string containing the name to use for the data element or attribute for this report item.