Class MapSubItem
Represents a subitem in the map report item.
Inherited Members
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.Web.dll
Syntax
public abstract class MapSubItem
Constructors
MapSubItem()
Declaration
protected MapSubItem()
Properties
BottomMargin
Gets or sets the size of the bottom margin.
Declaration
public Size BottomMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size | A BoldReports.RDL.DOM.Size object representing the bottom margin size. |
LeftMargin
Gets or sets the size of the left margin.
Declaration
public Size LeftMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size | A BoldReports.RDL.DOM.Size object representing the left margin size. |
MapLocation
Gets or sets the geographical location of the map element.
Declaration
public MapLocation MapLocation { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.MapLocation | A MapLocation object that represents the position on the map. |
MapSize
Gets or sets the size of the map element.
Declaration
public MapSize MapSize { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.MapSize | A MapSize object that defines the dimensions of the map item. |
RightMargin
Gets or sets the size of the right margin.
Declaration
public Size RightMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size | A BoldReports.RDL.DOM.Size object representing the right margin size. |
Style
Gets or sets the style information of the map element.
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style | A Style object that defines the appearance of the map item. |
TopMargin
Gets or sets the size of the top margin.
Declaration
public Size TopMargin { get; set; }
Property Value
Type | Description |
---|---|
BoldReports.RDL.DOM.Size | A BoldReports.RDL.DOM.Size object representing the top margin size. |
ZIndex
Gets or sets the stack order of the map element.
Declaration
public int ZIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer that determines the drawing order of the map item. |