Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets a Boolean value that indicates whether an error occurred while parsing the HTML.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property ProcessedWithError As Boolean
Get
'Utilizzo
Dim instance As CompiledTextRunInstance
Dim value As Boolean
value = instance.ProcessedWithError
public override bool ProcessedWithError { get; }
public:
virtual property bool ProcessedWithError {
bool get () override;
}
abstract ProcessedWithError : bool
override ProcessedWithError : bool
override function get ProcessedWithError () : boolean
Valore proprietà
Tipo: System.Boolean
true if an error occurred while parsing the HTML; otherwise, false.
Vedere anche
Riferimento
CompiledTextRunInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering