Clase MapTile
Represents a map tile image to be embedded in a map tile layer.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapTile
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class MapTile _
Inherits MapObjectCollectionItem
'Uso
Dim instance As MapTile
public sealed class MapTile : MapObjectCollectionItem
public ref class MapTile sealed : public MapObjectCollectionItem
[<SealedAttribute>]
type MapTile =
class
inherit MapObjectCollectionItem
end
public final class MapTile extends MapObjectCollectionItem
El tipo MapTile expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MIMEType | Gets the MIME type of the map tile. | |
Name | Gets the name for the tile. | |
TileData | Gets the image data for the tile. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | Infraestructura. Sets a new context for the collection. (Se hereda de MapObjectCollectionItem.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering