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

Class Map

Inheritance
System.Object
ReportItem
BoldReports.RDL.DOM.DataRegion
Map
Inherited Members
ReportItem.ShouldSerializeZIndex()
ReportItem.ResetZIndex()
ReportItem.ShouldSerializeCustomProperties()
ReportItem.ResetCustomProperties()
ReportItem.ShouldSerializeDataElementOutput()
ReportItem.ResetDataElementOutput()
ReportItem.ShouldSerializeVisibility()
ReportItem.ResetVisibility()
ReportItem.ShouldSerializeReportPartInfo()
ReportItem.ResetReportPartInfo()
ReportItem.Left
ReportItem.Top
ReportItem.Name
ReportItem.Value
ReportItem.ActionInfo
ReportItem.Height
ReportItem.Width
ReportItem.ZIndex
ReportItem.Visibility
ReportItem.LabelLocID
ReportItem.ToolTip
ReportItem.DocumentMapLabel
ReportItem.Bookmark
ReportItem.RepeatWith
ReportItem.ReportPartInfo
ReportItem.CustomProperties
ReportItem.DataElementName
ReportItem.DataElementOutput
ReportItem.Style
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 class Map : DataRegion

Constructors

Map()

Declaration
public Map()

Map(ReportSerializer)

Initializes a new instance of the Map class with the specified ReportSerializer.

Declaration
public Map(ReportSerializer serializer)
Parameters
Type Name Description
BoldReports.RDL.DOM.ReportSerializer serializer

An instance of ReportSerializer to be used for serializing report data within the map.

Properties

AntiAliasing

Gets or sets the anti-aliasing setting.

Declaration
public string AntiAliasing { get; set; }
Property Value
Type Description
System.String

The level of anti-aliasing applied to the map.

MapBorderSkin

Gets or sets the border skin of the map.

Declaration
public MapBorderSkin MapBorderSkin { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.MapBorderSkin

The border appearance settings of the map.

MapColorScale

Gets or sets the color scale used on the map.

Declaration
public MapColorScale MapColorScale { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.MapColorScale

The color scale for representing data on the map.

MapDataRegions

Gets or sets the data regions within the map.

Declaration
public MapDataRegions MapDataRegions { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.MapDataRegions

The regions defined by data on the map.

MapDistanceScale

Gets or sets the distance scale used on the map.

Declaration
public MapDistanceScale MapDistanceScale { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.MapDistanceScale

The distance scale for measuring distances on the map.

MapLayers

Declaration
public MapLayers MapLayers { get; set; }
Property Value
Type Description
MapLayers

MapLegends

Gets or sets the legends displayed on the map.

Declaration
public MapLegends MapLegends { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.MapLegends

The legends providing context to the map data.

MapTitles

Gets or sets the titles displayed on the map.

Declaration
public MapTitles MapTitles { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.MapTitles

The titles giving information about the map.

MapViewport

Gets or sets the viewport settings for the map.

Declaration
public MapViewport MapViewport { get; set; }
Property Value
Type Description
MapViewport

The viewport through which the map is viewed.

MaximumSpatialElementCount

Gets or sets the maximum number of spatial elements allowed.

Declaration
public int MaximumSpatialElementCount { get; set; }
Property Value
Type Description
System.Int32

The maximum number of spatial elements that can be managed within the map.

MaximumTotalPointCount

Gets the maximum allowable total point count in the map.

Declaration
public int MaximumTotalPointCount { get; set; }
Property Value
Type Description
System.Int32

An integer representing the maximum number of points that can be included in the map.

ShadowIntensity

Gets or sets the shadow intensity on the map.

Declaration
public string ShadowIntensity { get; set; }
Property Value
Type Description
System.String

The intensity of shadows on the map elements.

TextAntiAliasingQuality

Gets or sets the quality of text anti-aliasing.

Declaration
public string TextAntiAliasingQuality { get; set; }
Property Value
Type Description
System.String

The quality level of anti-aliasing for text.

TileLanguage

Gets or sets the language of the map's tiles.

Declaration
public string TileLanguage { get; set; }
Property Value
Type Description
System.String

The language used for the map's tiles.

Methods

ResetMapDataRegions()

Resets the MapDataRegions by setting it to null.

Declaration
public void ResetMapDataRegions()

ResetMapLegends()

Resets the MapLegends by setting it to null.

Declaration
public void ResetMapLegends()

ResetMapTitles()

Resets the MapTitles by setting it to null.

Declaration
public void ResetMapTitles()

ShouldSerializeMapDataRegions()

Determines whether the MapDataRegions should be serialized.

Declaration
public bool ShouldSerializeMapDataRegions()
Returns
Type Description
System.Boolean

True if MapDataRegions is not null and contains one or more elements; otherwise, false.

ShouldSerializeMapLegends()

Determines whether the MapLegends should be serialized.

Declaration
public bool ShouldSerializeMapLegends()
Returns
Type Description
System.Boolean

True if MapLegends is not null and contains one or more elements; otherwise, false.

ShouldSerializeMapTitles()

Determines whether the MapTitles should be serialized.

Declaration
public bool ShouldSerializeMapTitles()
Returns
Type Description
System.Boolean

True if MapTitles is not null and contains one or more elements; otherwise, false.

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