Właściwość SubReportInstance.ProcessedWithError
Pobiera wartość logiczna wartość wskazująca, czy to SubReportInstance zawiera błędy.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ProcessedWithError As Boolean
Get
'Użycie
Dim instance As SubReportInstance
Dim value As Boolean
value = instance.ProcessedWithError
public bool ProcessedWithError { get; }
public:
property bool ProcessedWithError {
bool get ();
}
member ProcessedWithError : bool
function get ProcessedWithError () : boolean
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli SubReportInstance zawiera błędy; w przeciwnym razie false.
Zobacz także