共用方式為


MapSpatialDataSet.MapFieldNames 屬性

Gets a collection of names for the fields to be imported from the dataset.

命名空間:  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
A MapFieldNameCollection object.

請參閱

參考

MapSpatialDataSet 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間