次の方法で共有


ReportParameter.UsedInQuery プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property UsedInQuery As Boolean 
    Get
'使用
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.UsedInQuery
public bool UsedInQuery { get; }
public:
property bool UsedInQuery {
    bool get ();
}
member UsedInQuery : bool
function get UsedInQuery () : boolean

プロパティ値

型: System.Boolean
Boolean 値。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間