Propriété ParseErrorOccured
Gets a value that indicates whether a parse error has occurred.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParseErrorOccured As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.