Свойство ReportItem.Label

Gets or sets the document map label of the item on the report.

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

Синтаксис

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

value = instance.Label

instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String 
function set Label (value : String)

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

Тип: System.String
A String value containing the label of the item on the report.

См. также

Справочник

ReportItem Класс

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