共用方式為


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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property BindingExpression As ReportVariantProperty 
    Get
'用途
Dim instance As MapBindingFieldPair 
Dim value As ReportVariantProperty 

value = instance.BindingExpression
public ReportVariantProperty BindingExpression { get; }
public:
property ReportVariantProperty^ BindingExpression {
    ReportVariantProperty^ get ();
}
member BindingExpression : ReportVariantProperty
function get BindingExpression () : ReportVariantProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

請參閱

參考

MapBindingFieldPair 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間