Partager via


Propriété MapSpatialElement.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

Valeur de propriété

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

Voir aussi

Référence

MapSpatialElement Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering