Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that 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.
See Also
Reference
CompiledRichTextInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace