Class MapBindingFieldPair
Represents a field and an expression to be used to bind the spatial elements in a map polygon layer, a map point layer, or a map line layer to the data region that is associated with the layer.
Inheritance
System.Object
MapBindingFieldPair
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: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public class MapBindingFieldPair
Constructors
MapBindingFieldPair()
Declaration
public MapBindingFieldPair()
MapBindingFieldPair(ReportSerializer)
Declaration
public MapBindingFieldPair(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
BindingExpression
Declaration
public string BindingExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FieldName
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |