Propriedade do RDL CompiledRichTextInstance.ParseErrorOccured
Gets a value that indicates whether a parse error has occurred.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
A Boolean value.
Consulte também
Referência
CompiledRichTextInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering