Class MapVectorLayer
Inheritance
System.Object
MapVectorLayer
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()
Assembly: BoldReports.Wpf.dll
Syntax
public abstract class MapVectorLayer : MapLayer
Constructors
MapVectorLayer()
Declaration
protected MapVectorLayer()
Properties
DataElementName
Declaration
public string DataElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
DataElementOutput
Declaration
public DataElementOutputs DataElementOutput { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.DataElementOutputs |
|
MapBindingFieldPairs
Declaration
public MapBindingFieldPairs MapBindingFieldPairs { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.MapBindingFieldPairs |
|
MapDataRegionName
Declaration
public string MapDataRegionName { get; set; }
Property Value
Type |
Description |
System.String |
|
MapFieldDefinitions
Declaration
public MapFieldDefinitions MapFieldDefinitions { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.MapFieldDefinitions |
|
MapSpatialData
Declaration
public MapSpatialData MapSpatialData { get; set; }
Property Value
Methods
ResetDataElementOutput()
Declaration
public void ResetDataElementOutput()
ShouldSerializeDataElementOutput()
Declaration
public bool ShouldSerializeDataElementOutput()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMapBindingFieldPairs()
Declaration
public bool ShouldSerializeMapBindingFieldPairs()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeMapFieldDefinitions()
Declaration
public bool ShouldSerializeMapFieldDefinitions()
Returns
Type |
Description |
System.Boolean |
|