ActiveReports 8
MapTileKey Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace > MapTileKey Structure : MapTileKey Constructor

col
row
levelOfDetail

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal col As System.Integer, _
   ByVal row As System.Integer, _
   ByVal levelOfDetail As System.Integer _
)
C# 
public MapTileKey( 
   System.int col,
   System.int row,
   System.int levelOfDetail
)

Parameters

col
row
levelOfDetail

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also