Clase 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.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapBindingFieldPair
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class MapBindingFieldPair _
Inherits MapObjectCollectionItem
'Uso
Dim instance As MapBindingFieldPair
public sealed class MapBindingFieldPair : MapObjectCollectionItem
public ref class MapBindingFieldPair sealed : public MapObjectCollectionItem
[<SealedAttribute>]
type MapBindingFieldPair =
class
inherit MapObjectCollectionItem
end
public final class MapBindingFieldPair extends MapObjectCollectionItem
El tipo MapBindingFieldPair expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | Infraestructura. Sets a new context for the collection. (Se hereda de MapObjectCollectionItem.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering