SubReportInstance.ErrorCode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le code d'erreur de ce 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
Valeur de propriété
Valeur SubReportErrorCodes qui représente le code d'erreur.
Remarques
Cette propriété s’applique uniquement si ProcessedWithError c’est le cas true
.