Condividi tramite


Proprietà ReportParameterCollection.IsValid

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsValid As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean indicating whether the report parameters are correct. A value of true indicates the parameters have been specified correctly.

Vedere anche

Riferimento

ReportParameterCollection Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering