共用方式為


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