MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ISubreport Interface / ProcessedWithError Property

In This Topic
ProcessedWithError Property
In This Topic
Gets a value indicating if an error occurred while attempting to process the report.
Syntax
'Declaration
 
ReadOnly Property ProcessedWithError As Boolean
 

Property Value

A System.Boolean value. true if the report was processed with an error; otherwise, false.
See Also