Поделиться через


Свойство SubReportInstance.ErrorMessage

Gets the error message of this SubReportInstance.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property ErrorMessage As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A string value that represents the error message.

Замечания

This property is only applicable when ProcessedWithError is true.

См. также

Справочник

SubReportInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering