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.