ActiveReports 12
TileProviderInfo Constructor(String,String,String)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.ReportsCore.Rendering.Components.Map.TileProviders Namespace > TileProviderInfo Class > TileProviderInfo Constructor : TileProviderInfo Constructor(String,String,String)
The name that can be used to refer to the tile provider in reports.
The display name of map tile provider.
Fully assembly-qualified name of the class that implements ITileProvider.
Initializes a new instance of this class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal displayName As String, _
   ByVal typeName As String _
)
public TileProviderInfo( 
   string name,
   string displayName,
   string typeName
)

Parameters

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

Reference

TileProviderInfo Class
TileProviderInfo Members
Overload List