次の方法で共有


MapVectorLayer.MapFieldDefinitions プロパティ

ベクトル レイヤー内の MapFieldDefinition オブジェクトのコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection 
    Get
'使用
Dim instance As MapVectorLayer 
Dim value As MapFieldDefinitionCollection 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionCollection
MapFieldDefinitionCollection オブジェクト。

関連項目

参照

MapVectorLayer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間