次の方法で共有


ReportParameterCollection.IsValid プロパティ

すべてのレポート パラメーターが正しく指定されたかどうかを示します。

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

構文

'宣言
Public ReadOnly Property IsValid As Boolean 
    Get
'使用
Dim instance As ReportParameterCollection 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
レポート パラメーターが正しいかどうかを示す Boolean 値です。値が true の場合、パラメーターは正しく指定されています。

関連項目

参照

ReportParameterCollection クラス

Microsoft.ReportingServices.ReportRendering 名前空間