次の方法で共有


MapBindingFieldPair.BindingExpression プロパティ

FieldName と比較されるデータ領域のそれぞれの最も内側のグループ インスタンスに対して評価される式を取得します。 この比較は、マップの多角形レイヤーまたはマップの線レイヤーの空間要素をレイヤーに関連付けられているデータ領域にバインドするために行われます。

名前空間:  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
ReportVariantProperty オブジェクト。

関連項目

参照

MapBindingFieldPair クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間