Compartir a través de


Image Clase

Represents an image. This class cannot be inherited.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class Image _
    Inherits ReportItem _
    Implements IImage, IDeepCloneable
'Uso
Dim instance As Image
public sealed class Image : ReportItem, 
    IImage, IDeepCloneable
public ref class Image sealed : public ReportItem, 
    IImage, IDeepCloneable
[<SealedAttribute>]
type Image =  
    class
        inherit ReportItem
        interface IImage
        interface IDeepCloneable
    end
public final class Image extends ReportItem implements IImage, IDeepCloneable

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
    Microsoft.ReportingServices.ReportRendering..::..Image

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.