Propriedade ErrorCode
Gets the error code of this SubReportInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ErrorCode As SubReportErrorCodes
Get
'Uso
Dim instance As SubReportInstance
Dim value As SubReportErrorCodes
value = instance.ErrorCode
public SubReportErrorCodes ErrorCode { get; }
public:
property SubReportErrorCodes ErrorCode {
SubReportErrorCodes get ();
}
member ErrorCode : SubReportErrorCodes
function get ErrorCode () : SubReportErrorCodes
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .SubReportErrorCodes
A SubReportErrorCodes value that represents the error code.
Consulte também