SubReportInstance.ProcessedWithError Property

Definition

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.

Applies to