MapTile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a map tile image to be embedded in a map tile layer.
public ref class MapTile sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public sealed class MapTile : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapTile = class
inherit MapObjectCollectionItem
Public NotInheritable Class MapTile
Inherits MapObjectCollectionItem
- Inheritance
Fields
m_instance |
The report instance object. (Inherited from MapObjectCollectionItem) |
Properties
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. |
Explicit Interface Implementations
IMapObjectCollectionItem.SetNewContext() |
Sets a new context for the collection. (Inherited from MapObjectCollectionItem) |