Compartir a través de


ReportParameterCollection.IsValid Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsValid As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportParameterCollection Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering