Partager via


Propriété MapFields

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapFields As MapFieldCollection
    Get
'Utilisation
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