[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapSize

MapSize Class

Defines the properties for map sub items size

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

Constructors

Name Description
MapSize()

Initializes a new instance of the MapSize class.

Properties

Name Description
Height

Height of the item. An expression should evaluate to a double.

Unit

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

Width

Width of the item. An expression should evaluate to a double.

Extension Methods