MapShapefile.MapFieldNames 属性

Gets a collection of non-spatial data fields to be imported from the shape file.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapFieldNames As MapFieldNameCollection 
    Get
用法
Dim instance As MapShapefile 
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
A MapFieldNameCollection object.

请参阅

参考

MapShapefile 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间