共用方式為


ParseErrorOccured 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ParseErrorOccured As Boolean
    Get
'用途
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

屬性值

型別:System. . :: . .Boolean
A Boolean value.