MapBindingFieldPair.BindingExpression 属性

Represents the expression to be evaluated for each innermost group instance of the data region that is compared to FieldName. This comparison occurs in order 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.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property BindingExpression As ReportExpression 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

请参阅

参考

MapBindingFieldPair 类

Microsoft.ReportingServices.RdlObjectModel 命名空间