共用方式為


ProcessedWithError 屬性

Gets a Boolean value that indicates whether this TextBoxInstance contains errors.

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

語法

'宣告
Public ReadOnly Property ProcessedWithError As Boolean
    Get
'用途
Dim instance As TextBoxInstance
Dim value As Boolean

value = instance.ProcessedWithError
public bool ProcessedWithError { get; }
public:
property bool ProcessedWithError {
    bool get ();
}
member ProcessedWithError : bool
function get ProcessedWithError () : boolean

屬性值

型別:System. . :: . .Boolean
true if this TextBoxInstance contains errors; otherwise, false.