GenericTileSource Constructor(Map)
In This Topic
Initalizes a new instance of the
GenericTileSource object.
Syntax
'Declaration
Public Function New( _
ByVal As Map _
)
public GenericTileSource(
Map
)
Parameters
- owner
- The owner C1.Win.FlexReport.CustomFields.Map.
See Also