MapSpatialElement.MapFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of MapField objects to be associated with the spatial element.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::MapFieldCollection ^ MapFields { Microsoft::ReportingServices::OnDemandReportRendering::MapFieldCollection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection MapFields { get; }
member this.MapFields : Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
Public ReadOnly Property MapFields As MapFieldCollection
Property Value
A MapFieldCollection object that represents a collection of MapField objects to be associated with the spatial element.