ReportParameterCollection.IsValid 속성

Indicates whether all of the report parameters have been correctly specified.

네임스페이스:  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
A Boolean indicating whether the report parameters are correct. A value of true indicates the parameters have been specified correctly.

참고 항목

참조

ReportParameterCollection 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스