ValidValue.Label プロパティ
設定値のラベルです。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
Public Property Label As String
Get
Set
'使用
Dim instance As ValidValue
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 です。
説明
設定値の代替となる値の名前をエンド ユーザーに表示する必要がある場合は、ラベルを使用します。 Label プロパティは、エンド ユーザーに表示される設定の値がカルチャ情報に依存する場合に使用できます。