Proprietà ProcessedWithError
Gets a Boolean value that indicates whether this SubReportInstance contains errors.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ProcessedWithError As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if this SubReportInstance contains errors; otherwise, false.