ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLimits Class
Fields Properties

In This Topic
    MapLimits Class Members
    In This Topic

    The following tables list the members exposed by MapLimits.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MapLimits class.  
    Top
    Public Fields
     NameDescription
    Public FieldDefault value of the map limits.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the maximum X for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
    Public PropertyGets or sets the maximum Y for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
    Public PropertyGets or sets the minimum X for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
    Public PropertyGets or sets the minimum Y for map. Automatically calculated if omitted. An expression should evaluate to a System.Double.  
    Top
    See Also