다음을 통해 공유


ParseErrorOccured 속성

Indicates whether a parse error has occurred.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.