次の方法で共有


ReportParameterInfo.IsQueryParameter プロパティ

外部データ ソースへのクエリで使用されるパラメーターかどうかを示します。読み取り専用です。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public ReadOnly Property IsQueryParameter As Boolean
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As Boolean

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

プロパティ値

型: System.Boolean
読み取り専用のブール値。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WebForms 名前空間