Właściwość ReportParameterCollection.IsValid
Wskazuje, czy wszystkie parametry raportu zostały poprawnie określone.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property IsValid As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A wartość logiczna wskazuje, czy parametry raportu są poprawne.Wartość true wskazuje parametry zostały określone poprawnie.
Zobacz także