共用方式為


MapSpatialElement.MapFields 屬性

Gets a collection of MapField objects to be associated with the spatial element.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MapFields As MapFieldCollection 
    Get
'用途
Dim instance As MapSpatialElement 
Dim value As MapFieldCollection 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
A MapFieldCollection object that represents a collection of MapField objects to be associated with the spatial element.

請參閱

參考

MapSpatialElement 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間