Compartir a través de


MapBindingFieldPair.BindingExpression Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property BindingExpression As ReportExpression 
    Get 
    Set
'Uso
Dim instance As MapBindingFieldPair 
Dim value As ReportExpression 

value = instance.BindingExpression

instance.BindingExpression = value
public ReportExpression BindingExpression { get; set; }
public:
property ReportExpression BindingExpression {
    ReportExpression get ();
    void set (ReportExpression value);
}
member BindingExpression : ReportExpression with get, set
function get BindingExpression () : ReportExpression 
function set BindingExpression (value : ReportExpression)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Vea también

Referencia

MapBindingFieldPair Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel