ASP.NET MVC 11.1.10
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class MapSubItem

Represents a subitem in the map report item.

Inheritance
System.Object
MapSubItem
MapDockableSubItem
MapViewport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved