Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a Boolean value that indicates whether an error occurred while parsing the HTML.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property ProcessedWithError As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if an error occurred while parsing the HTML; otherwise, false.
Voir aussi
Référence
CompiledTextRunInstance Classe
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering