Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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
Namespace Microsoft.ReportingServices.OnDemandReportRendering