SubReportInstance.ProcessedWithError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean
value that indicates whether this SubReportInstance contains errors.
public:
property bool ProcessedWithError { bool get(); };
public bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public ReadOnly Property ProcessedWithError As Boolean
Property Value
true
if this SubReportInstance contains errors; otherwise, false
.
Remarks
For the error code, see ErrorCode.