Метод DynamicImageInstance.CreateExceptionImage
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Creates memory stream that represents the bitmap image of the specified exception.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Protected Function CreateExceptionImage ( _
exception As Exception _
) As MemoryStream
'Применение
Dim exception As Exception
Dim returnValue As MemoryStream
returnValue = Me.CreateExceptionImage(exception)
protected MemoryStream CreateExceptionImage(
Exception exception
)
protected:
MemoryStream^ CreateExceptionImage(
Exception^ exception
)
member CreateExceptionImage :
exception:Exception -> MemoryStream
protected function CreateExceptionImage(
exception : Exception
) : MemoryStream
Параметры
- exception
Тип: System.Exception
The object used to create the exception image.
Возвращаемое значение
Тип: System.IO.MemoryStream
A memory stream that represents exception image.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering