Compartir a través de


CompiledRichTextInstance.ParseErrorOccured Propiedad

Gets a value that indicates whether a parse error has occurred.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ParseErrorOccured As Boolean 
    Get
'Uso
Dim instance As CompiledRichTextInstance 
Dim value As Boolean 

value = instance.ParseErrorOccured
public bool ParseErrorOccured { get; }
public:
property bool ParseErrorOccured {
    bool get ();
}
member ParseErrorOccured : bool
function get ParseErrorOccured () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

CompiledRichTextInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering