次の方法で共有


MapSpatialElement.MapFields プロパティ

空間要素に関連付ける MapField オブジェクトのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property MapFields As MapFieldCollection 
    Get
'使用
Dim instance As MapSpatialElement 
Dim value As MapFieldCollection 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
空間要素に関連付ける MapField オブジェクトのコレクションを表す MapFieldCollection オブジェクト。

関連項目

参照

MapSpatialElement クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間