次の方法で共有


QueryParameter.Caption プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

パラメーターのキャプションを取得または設定します。

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

構文

'宣言
Public Property Caption As String 
    Get 
    Set
'使用
Dim instance As QueryParameter 
Dim value As String 

value = instance.Caption

instance.Caption = value
public string Caption { get; set; }
public:
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
member Caption : string with get, set
function get Caption () : String 
function set Caption (value : String)

プロパティ値

型: System.String
string 値。

関連項目

参照

QueryParameter クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間