次の方法で共有


ParameterValue.Label プロパティ

パラメーター ラベルを取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Label As ReportExpression 
    Get 
    Set
'使用
Dim instance As ParameterValue 
Dim value As ReportExpression 

value = instance.Label

instance.Label = value
public ReportExpression Label { get; set; }
public:
property ReportExpression Label {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Label : ReportExpression with get, set
function get Label () : ReportExpression 
function set Label (value : ReportExpression)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

関連項目

参照

ParameterValue クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間