共用方式為


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.