Udostępnij przez


Właściwość MapBindingFieldPair.BindingExpression

Reprezentuje wyrażenie obliczane dla każdego wystąpienie wewnętrzne grupy danych region , jest porównywany z FieldName.Porównanie to występuje, aby wykonać powiązanie między elementami przestrzennej warstwy Wielokąt mapę lub mapy warstwy linii do danych 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 BindingExpression As ReportExpression
    Get
    Set
'Użycie
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)