ClassTileProvider
Class
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:
Implements:
Constructors
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