Свойство Label

Gets the label of the grouping for the document map.

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

Синтаксис

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

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

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

Тип: System. . :: . .String
A String value containing the label of this grouping.