Class
TileProvider

An abstract class for the tile providers that fetch tiles from any source.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class TileProvider : ITileProvider

Inheritance: objectTileProvider

Derived Classes: AzureMapsTileProviderBingMapsTileProviderGenericTileProviderMapQuestTileProvider

Implements: ITileProvider

Constructors

TileProvider()

TODO: Add documentation.

Declaration

cs-api-definition
protected TileProvider()

Properties

TileImageFormat

Gets or sets the TileImageFormat that will be used when returning the requested tile image to the client.

Declaration

cs-api-definition
[Browsable(false)]
[Obsolete("TileImageFormat property is no longer supported. It should be set through the tile provider UrlTemplate if available", false)]
public TileImageFormat TileImageFormat { get; set; }

Property Value

TileImageFormat