Compartilhar via


Propriedade do RDL MapSpatialElement.MapFields

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

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

Sintaxe

'Declaração
Public ReadOnly Property MapFields As MapFieldCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MapSpatialElement Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering