Compartilhar via


Propriedade do RDL SubReportInstance.ErrorMessage

Gets the error message of this SubReportInstance.

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

Sintaxe

'Declaração
Public ReadOnly Property ErrorMessage As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

This property is only applicable when ProcessedWithError is true.

Consulte também

Referência

SubReportInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering