Share via


SubReportInstance.ErrorMessage Property

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

Property Value

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

Remarks

This property is only applicable when ProcessedWithError is true.

See Also

Reference

SubReportInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace