MapBindingFieldPair.BindingExpression Property

Definition

Represents the expression to be evaluated for each innermost group instance of the data region that is compared to FieldName. This comparison occurs in order 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.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression BindingExpression { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression BindingExpression { get; set; }
member this.BindingExpression : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property BindingExpression As ReportExpression

Property Value

A ReportExpression object.

Applies to