次の方法で共有


TextRun.Label プロパティ

このテキスト ランのプレースホルダーのラベルを取得または設定します。

名前空間:  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
このテキスト ランのプレースホルダーのラベル。

関連項目

参照

TextRun クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間