次の方法で共有


FieldName プロパティ

マップの多角形レイヤー、マップのポイント レイヤー、またはマップの線レイヤーに関連付けられているデータ領域にバインドするために使用するレイヤーの空間要素のフィールド名を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property FieldName As ReportStringProperty
    Get
'使用
Dim instance As MapBindingFieldPair
Dim value As ReportStringProperty

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