Class MapVectorLayer
Inherited Members
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.  |