Freigeben über


SubReportInstance.ErrorMessage-Eigenschaft

Gets the error message of this SubReportInstance.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorMessage As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
A string value that represents the error message.

Hinweise

This property is only applicable when ProcessedWithError is true.

Siehe auch

Verweis

SubReportInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace