Udostępnij przez


Właściwość MapBindingFieldPair.FieldName

Reprezentuje nazwę pole przestrzennej element warstwy Wielokąt mapy, warstwy punkt mapę lub mapy warstwy linii, która ma być używany dla wiązania z danymi region , skojarzony z warstwą.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property FieldName As ReportExpression
    Get
    Set
'Użycie
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)