GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapViewport Class |
The following tables list the members exposed by MapViewport.
Name | Description | |
---|---|---|
MapViewport Constructor | Initializes a new instance of the MapViewport class. |
Name | Description | |
---|---|---|
BottomMargin | Width of the bottom margin. An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 0 in. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
ContentMargin | Gets or sets the content margin. An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 10pt. | |
GridUnderContent | Gets or sets the meridians and parallels will be drawn under the map content. An expression should evaluate to a System.Boolean. | |
LeftMargin | Width of the left margin. An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 0 in. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
MapCoordinateSystem | The map projection That evaluates to one of CoordinateSystem. The default value is CoordinateSystem.Planar. | |
MapLimits | Gets or sets the map limits. Automatically calculated if omitted. | |
MapLocation | Gets or sets the sub item location within the map. Default for MapViewport (0,0), otherwise Position is used. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
MapMeridians | Gets or sets the map meridians. | |
MapParallels | Gets or sets the map parallels. | |
MapProjection | The map projection. That evaluates to one of MapProjection. The default value is MapProjection.Equirectangular. | |
MapSize | Gets or sets the sub item size within the map. If omitted for MapViewport the default is (100,100) in percents. Automatically calculated for MapDockableSubItem. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
MapView | Gets or sets the view center and zoom. An expression should evaluate to a MapView. | |
MaximumZoom | Gets or sets the maximum zoom level allowed. An expression should evaluate to a System.Double. The default value is 20000. | |
MinimumZoom | Gets or sets the minimum zoom level allowed. An expression should evaluate to a System.Double. The default value is 20. | |
ProjectionCenterX | Gets or sets the X projection center in geographic units. Automatically calculated if omitted. An expression should evaluate to a System.Double. | |
ProjectionCenterY | Gets or sets the Y projection center in geographic units. Automatically calculated if omitted. An expression should evaluate to a System.Double. | |
RightMargin | Width of the right margin. An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 0 in. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
SimplificationResolution | Simplification resolution in map units to be applied to polygon and line layers. An expression should evaluate to a System.Double. The default value is 0 (No simplification). | |
Style | Gets or sets style properties for map sub item. Each of the properties of type Color support transparency. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
TopMargin | Width of the top margin. An expression should evaluate to a GrapeCity.ActiveReports.Extensibility.Definition.Components.Length. The default value is 0 in. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) | |
ZIndex | Drawing order of the item within the map. An expression should evaluate to a System.Integer. The default value is 0. (Inherited from GrapeCity.ActiveReports.PageReportModel.MapSubItem) |