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