Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the error message of this SubReportInstance.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ErrorMessage As String
Get
'Utilisation
Dim instance As SubReportInstance
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string
function get ErrorMessage () : String
Valeur de propriété
Type : System.String
A string value that represents the error message.
Notes
This property is only applicable when ProcessedWithError is true.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering