次の方法で共有


ReportParameterInstance.Label プロパティ

定義

パラメーターのラベルを取得します。

public:
 property System::String ^ Label { System::String ^ get(); };
public string Label { get; }
member this.Label : string
Public ReadOnly Property Label As String

プロパティ値

パラメーターのラベルを表す string 値。

注釈

ReportParameter が複数値パラメーターの場合、このプロパティは最初のラベルを返します。

適用対象