次の方法で共有


MapSpatialDataSet.MapFieldNames プロパティ

データセットからインポートするフィールドの名前のコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property MapFieldNames As MapFieldNameCollection 
    Get
'使用
Dim instance As MapSpatialDataSet 
Dim value As MapFieldNameCollection 

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

プロパティ値

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

関連項目

参照

MapSpatialDataSet クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間