Label プロパティ

アクションに対して表示するラベルです。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property Label As String
    Get
    Set
'使用
Dim instance As Action
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
アクションに対して表示するラベルを表す String 値です。