Classe EmbeddedImage
Represents an embedded image.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..EmbeddedImage
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class EmbeddedImage _
Inherits ReportObject _
Implements INamedObject
'Uso
Dim instance As EmbeddedImage
public class EmbeddedImage : ReportObject,
INamedObject
public ref class EmbeddedImage : public ReportObject,
INamedObject
type EmbeddedImage =
class
inherit ReportObject
interface INamedObject
end
public class EmbeddedImage extends ReportObject implements INamedObject
O tipo EmbeddedImage expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EmbeddedImage | Initializes a new instance of the EmbeddedImage class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
Height | Infraestrutura. | |
Image | Infraestrutura. | |
ImageData | The image data. | |
MIMEType | The MIME type. | |
Name | The image name. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Size | Infraestrutura. | |
Width | Infraestrutura. |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.