Compartir a través de


MapBindingFieldPair.FieldName Propiedad

Represents 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.

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

Sintaxis

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

value = instance.FieldName

instance.FieldName = value
public ReportExpression FieldName { get; set; }
public:
property ReportExpression FieldName {
    ReportExpression get ();
    void set (ReportExpression value);
}
member FieldName : ReportExpression with get, set
function get FieldName () : ReportExpression 
function set FieldName (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