Class TileProvider
An abstract class for the tile providers that fetch tiles from any source.
Inheritance
System.Object
TileProvider
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class TileProvider : ITileProvider
Constructors
TileProvider()
Declaration
protected TileProvider()
Properties
TileImageFormat
Gets or sets the TileImageFormat that will be used when returning the requested tile image to the client.
Declaration
[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
|