Partager via


Propriété SubReportInstance.ErrorMessage

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

SubReportInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering