Condividi tramite


Proprietà CompiledRichTextInstance.ParseErrorOccured

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParseErrorOccured As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

CompiledRichTextInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering