다음을 통해 공유


IsValid 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.