Compartir a través de


MapBindingFieldPair.BindingExpression Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property BindingExpression As ReportVariantProperty 
    Get
'Uso
Dim instance As MapBindingFieldPair 
Dim value As ReportVariantProperty 

value = instance.BindingExpression
public ReportVariantProperty BindingExpression { get; }
public:
property ReportVariantProperty^ BindingExpression {
    ReportVariantProperty^ get ();
}
member BindingExpression : ReportVariantProperty
function get BindingExpression () : ReportVariantProperty

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Vea también

Referencia

MapBindingFieldPair Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering