Share via


MapSpatialElement.MapFields Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapFields As MapFieldCollection
    Get
'Usage
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