Свойство ErrorCode
Gets the error code of this SubReportInstance.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ErrorCode As SubReportErrorCodes
Get
'Применение
Dim instance As SubReportInstance
Dim value As SubReportErrorCodes
value = instance.ErrorCode
public SubReportErrorCodes ErrorCode { get; }
public:
property SubReportErrorCodes ErrorCode {
SubReportErrorCodes get ();
}
member ErrorCode : SubReportErrorCodes
function get ErrorCode () : SubReportErrorCodes
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .SubReportErrorCodes
A SubReportErrorCodes value that represents the error code.