Поделиться через


Свойство SubReportInstance.ProcessedWithError

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ProcessedWithError As Boolean 
    Get
'Применение
Dim instance As SubReportInstance 
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 SubReportInstance contains errors; otherwise, false.

Замечания

For the error code, see ErrorCode.

См. также

Справочник

SubReportInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering