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


SubReport.ProcessedWithError Property

Returns a Boolean value indicating that the subreport failed to run due to an error.

Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ProcessedWithError As Boolean
public bool ProcessedWithError { get; }
public:
property bool ProcessedWithError {
    bool get ();
}
/** @property */
public boolean get_ProcessedWithError ()
public function get ProcessedWithError () : boolean

Значение свойства

A Boolean indicating whether the report ran successfully, or failed. If true, the report failed to run due to an error. If false, the report ran successfully.

Замечания

The structure of the subreport is still made available so that rendering extensions can, in the layout, account for the possibility that subsequent instances of the subreport may succeed. This instance of the subreport, however, should not be rendered if ProcessedWithError is true.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace