[]
        
(Showing Draft Content)

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

TileProviderInfo Constructor

TileProviderInfo(string, string)

Initializes a new instance of this class.

Declaration
public TileProviderInfo(string name, string typeName)
Parameters
Type Name Description
string name

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

string typeName

Fully assembly-qualified name of the class that implements ITileProvider.

TileProviderInfo(string, string, string)

Initializes a new instance of this class.

Declaration
public TileProviderInfo(string name, string displayName, string typeName)
Parameters
Type Name Description
string name

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

string displayName

The display name of map tile provider.

string typeName

Fully assembly-qualified name of the class that implements ITileProvider.