ActiveReports 8
MapCustomView Class Members
See Also  Properties 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapCustomView Class

Glossary Item Box

The following tables list the members exposed by MapCustomView.

Public Constructors

 NameDescription
Public ConstructorMapCustomView ConstructorInitializes a new instance of the MapCustomView class.  
Top

Public Properties

 NameDescription
Public PropertyCenterXX Center of the view in percent of the map content. An expression should evaluate to a System.Double. The default value is 50.  
Public PropertyCenterYY Center of the view in percent of the map content. An expression should evaluate to a System.Double. The default value is 50.  
Public PropertyZoomGets or sets the viewport zoom level. Automatically calculated if omitted based on the MapView type. An expression should evaluate to a System.Double. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapView)
Top

See Also