[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLocation

MapLocation Class

Defines the properties for map sub items location

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

Constructors

Name Description
MapLocation()

Initializes a new instance of the MapLocation class.

Properties

Name Description
Left

The distance of the item from the left of the containing object. An expression should evaluate to a double. The default value is 0.

Top

The distance of the item from the top of the containing object. An expression should evaluate to a double. The default value is 0.

Unit

Gets or sets the unit for both left and top. That evaluates to one of MapUnit. The default value is Percentage.

Extension Methods