New to Telerik ReportingStart a free 30-day trial

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public abstract class TileProvider : ITileProvider

Inheritance: objectTileProvider

Derived Classes: AzureMapsTileProviderBingMapsTileProviderGenericTileProviderMapQuestTileProvider

Implements: ITileProvider

Constructors

TODO: Add documentation.

C#
protected TileProvider()

Properties

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

C#
[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; }