CompiledRichTextInstance.ParseErrorOccured Property
Indicates whether a parse error has occurred.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ParseErrorOccured As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value.