SubReportInstance.ErrorCode Property

Definition

Gets the error code of this SubReportInstance.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::SubReportErrorCodes ErrorCode { Microsoft::ReportingServices::OnDemandReportRendering::SubReportErrorCodes get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.SubReportErrorCodes ErrorCode { get; }
member this.ErrorCode : Microsoft.ReportingServices.OnDemandReportRendering.SubReportErrorCodes
Public ReadOnly Property ErrorCode As SubReportErrorCodes

Property Value

A SubReportErrorCodes value that represents the error code.

Remarks

This property is only applicable when ProcessedWithError is true.

Applies to