Поделиться через


Свойство TextRun.Label

Gets or sets the label for the placeholder for this text run.

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

Синтаксис

'Декларация
Public Property Label As String 
    Get 
    Set
'Применение
Dim instance As TextRun 
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
The label for the placeholder for this text run.

См. также

Справочник

TextRun Класс

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