[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Map.TileProviders.TileProviderInfo

TileProviderInfo Class

Descriptor for map tile provider.

Inheritance
TileProviderInfo
Namespace: GrapeCity.ActiveReports.Rendering.Components.Map.TileProviders
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class TileProviderInfo

Constructors

Name Description
TileProviderInfo(string, string)

Initializes a new instance of this class.

TileProviderInfo(string, string, string)

Initializes a new instance of this class.

Fields

Name Description
Settings

The settings of map tile provider.

Properties

Name Description
AssemblyQualifiedName

Fully assembly-qualified name of the class that implements ITileProvider

DisplayName

The display name of tile provider.

Name

The name that can be used to refer to the tile provider in reports.

Extension Methods