[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLimits

MapLimits Class

Defines the map limits

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

Constructors

Name Description
MapLimits()

Initializes a new instance of the MapLimits class.

Fields

Name Description
LimitDefaultValue

Default value of the map limits.

Properties

Name Description
MaximumX

Gets or sets the maximum X for map. Automatically calculated if omitted. An expression should evaluate to a double.

MaximumY

Gets or sets the maximum Y for map. Automatically calculated if omitted. An expression should evaluate to a double.

MinimumX

Gets or sets the minimum X for map. Automatically calculated if omitted. An expression should evaluate to a double.

MinimumY

Gets or sets the minimum Y for map. Automatically calculated if omitted. An expression should evaluate to a double.

Extension Methods