次の方法で共有


SubReportInstance.ProcessedWithError プロパティ

定義

この SubReportInstance にエラーが含まれているかどうかを示す Boolean 値を取得します。

public:
 property bool ProcessedWithError { bool get(); };
public bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public ReadOnly Property ProcessedWithError As Boolean

プロパティ値

この SubReportInstance にエラーが含まれている場合は true、含まれていない場合は false

注釈

エラー コードについては、「ErrorCode」を参照してください。

適用対象