MapBindingFieldPair Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public ref class MapBindingFieldPair sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public sealed class MapBindingFieldPair : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapBindingFieldPair = class
inherit MapObjectCollectionItem
Public NotInheritable Class MapBindingFieldPair
Inherits MapObjectCollectionItem
- Inheritance
Fields
m_instance |
The report instance object. (Inherited from MapObjectCollectionItem) |
Properties
BindingExpression |
Gets the expression to be evaluated for each innermost group instance of the data region that is compared to FieldName. This comparison occurs to perform the binding between the spatial elements in a map polygon layer, or a map line layer to the data region that is associated with the layer. |
FieldName |
Gets the field name of the spatial element in a map polygon layer, a map point layer, or a map line layer that is to be used for binding with the data region that is associated with the layer. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
Explicit Interface Implementations
IMapObjectCollectionItem.SetNewContext() |
Sets a new context for the collection. (Inherited from MapObjectCollectionItem) |