次の方法で共有


ReportParameterInfo.State プロパティ

パラメーターの状態を説明します。読み取り専用です。

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

構文

'宣言
Public ReadOnly Property State As ParameterState
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As ParameterState

value = instance.State
public ParameterState State { get; }
public:
property ParameterState State {
    ParameterState get ();
}
member State : ParameterState
function get State () : ParameterState

プロパティ値

型: Microsoft.Reporting.WebForms.ParameterState
読み取り専用の ParameterState 値。

説明

プロパティの値は、GetParameters メソッドを使用したパラメーターの検証中に使用される入力によって変わる場合があります。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WebForms 名前空間