Свойство DataMember.Label

Gets the label to display for this data member.

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

Синтаксис

'Декларация
Public Overrides ReadOnly Property Label As String 
    Get
'Применение
Dim instance As DataMember 
Dim value As String 

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

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

Тип: System.String
A string containing the label to display for this data member.

См. также

Справочник

DataMember Класс

Пространство имен Microsoft.ReportingServices.ReportRendering