共用方式為


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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace