SubReport.ProcessedWithError Property
Returns a Boolean value indicating that the subreport failed to run due to an error.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
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
Property Value
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.
Remarks
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.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace