ActiveReports 9
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 System.String, _
   ByVal displayName As System.String, _
   ByVal typeName As System.String _
)
public TileProviderInfo( 
   System.string name,
   System.string displayName,
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum