共用方式為


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 命名空間