Classe Image
Represents an image. This class cannot be inherited.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering. . :: . .ReportItem
Microsoft.ReportingServices.ReportRendering..::..Image
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.