MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.TileProviders Namespace / TileProviderInfo Class / TileProviderInfo Constructor / TileProviderInfo Constructor(String,String)
The name that can be used to refer to the tile provider in reports.
Fully assembly-qualified name of the class that implements ITileProvider.

In This Topic
TileProviderInfo Constructor(String,String)
In This Topic
Initializes a new instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal typeName As String _
)
 

Parameters

name
The name that can be used to refer to the tile provider in reports.
typeName
Fully assembly-qualified name of the class that implements ITileProvider.
See Also