Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a Boolean value that indicates whether an error occurred while parsing the HTML.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property ProcessedWithError As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if an error occurred while parsing the HTML; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering