Compartilhar via


Interface IImageInstance

Represents an instance type of the IImage class, and contains the calculated values of the properties in IImage.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Interface IImageInstance
'Uso
Dim instance As IImageInstance
public interface IImageInstance
public interface class IImageInstance
type IImageInstance =  interface end
public interface IImageInstance

O tipo IImageInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública ImageData Gets the image data.
Propriedade pública MIMEType Gets the calculated value of the MIMEType property in a IImage class.
Propriedade pública StreamName Gets the name of the Stream by which a rendering extension can retrieve the image data from the report server.

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering