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

Class MapVectorLayer

Inheritance
System.Object
MapLayer
MapVectorLayer
Inherited Members
MapLayer.Name
MapLayer.VisibilityMode
MapLayer.MinimumZoom
MapLayer.MaximumZoom
MapLayer.Transparency
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 MapVectorLayer : MapLayer

Constructors

MapVectorLayer()

Declaration
protected MapVectorLayer()

Properties

DataElementName

Gets or sets the name of the data element.

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

A string representing the name of the data element.

DataElementOutput

Defines the output format of the data element.

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

An enumeration representing the possible outputs for the data element.

MapBindingFieldPairs

Gets or sets the binding field pairs for the map.

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

A MapBindingFieldPairs object containing the binding field pairs for the map.

MapDataRegionName

Gets or sets the name of the map data region.

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

A string representing the region name in the map data.

MapFieldDefinitions

Gets or sets the field definitions for the map.

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

A MapFieldDefinitions object containing the field definitions for the map.

MapSpatialData

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

Methods

ResetDataElementOutput()

Resets the output data elements to their default state.

Declaration
public void ResetDataElementOutput()

ShouldSerializeDataElementOutput()

Determines whether the DataElementOutput property should be serialized.

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

True if DataElementOutput is not set to DataElementOutputs.Auto; otherwise, false.

ShouldSerializeMapBindingFieldPairs()

Determines whether the MapBindingFieldPairs property should be serialized.

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

True if MapBindingFieldPairs is not null and contains one or more items; otherwise, false.

ShouldSerializeMapFieldDefinitions()

Determines whether the MapFieldDefinitions property should be serialized.

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

True if MapFieldDefinitions is not null and contains one or more items; 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