[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapCustomView

MapCustomView Class

Defines the center of the view port based on an arbitrary center point

Inheritance
MapCustomView
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapCustomView : MapView

Constructors

Name Description
MapCustomView()

Initializes a new instance of the MapCustomView class.

Fields

Name Description
CenterXDefaultValue

The center x default value

CenterYDefaultValue

The center y default value

Properties

Name Description
CenterX

X Center of the view in percent of the map content. An expression should evaluate to a double. The default value is 50.

CenterY

Y Center of the view in percent of the map content. An expression should evaluate to a double. The default value is 50.

Extension Methods