Classe MapMarkerImage
Represents an image to be applied to the map marker.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..MapMarkerImage
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class MapMarkerImage _
Inherits ReportObject
'Uso
Dim instance As MapMarkerImage
public class MapMarkerImage : ReportObject
public ref class MapMarkerImage : public ReportObject
type MapMarkerImage =
class
inherit ReportObject
end
public class MapMarkerImage extends ReportObject
O tipo MapMarkerImage expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MapMarkerImage | Initializes a new instance of the MapMarkerImage class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
MIMEType | Gets or sets the MIME type for the image. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
ResizeMode | Gets or sets the resize mode for the image. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Source | Gets or sets the type of source that is associated with the image. | |
TransparentColor | Gets or sets the color to treat as transparent in the image. | |
Value | Gets or sets the image data. |
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.