Интерфейс IImage

Represents an interface defining the common properties for an image.

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

Синтаксис

'Декларация
Public Interface IImage
'Применение
Dim instance As IImage
public interface IImage
public interface class IImage
type IImage =  interface end
public interface IImage

Тип IImage обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ImageData Returns the image as binary data.
Открытое свойство MIMEType Returns the MIME type of the image, if any.
Открытое свойство StreamName Gets a name for the image that can be passed back to a CreateAndRegisterStream object to get the bytes without processing them through the rendering extension.

В начало

Замечания

Classes that Implement IImage

Class

Description

BackgroundImage

Represents a background image for a report item.

Image

Represents an image.