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

Glossary Item Box

The following tables list the members exposed by MapLimits.

Public Constructors

 NameDescription
Public ConstructorMapLimits ConstructorInitializes a new instance of the MapLimits class.  
Top

Public Properties

 NameDescription
Public PropertyMaximumXGets or sets the maximum X for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
Public PropertyMaximumYGets or sets the maximum Y for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
Public PropertyMinimumXGets or sets the minimum X for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
Public PropertyMinimumYGets or sets the minimum Y for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
Top

See Also