次の方法で共有


ReportParameter.UsedInQuery プロパティ

レポート内のクエリでパラメーターが使用されるかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property UsedInQuery As UsedInQueryTypes 
    Get 
    Set
'使用
Dim instance As ReportParameter 
Dim value As UsedInQueryTypes 

value = instance.UsedInQuery

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

プロパティ値

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

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間