Condividi tramite


Classe Image

Represents an image. This class cannot be inherited.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Image _
    Inherits ReportItem _
    Implements IImage, IDeepCloneable
'Utilizzo
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

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.