Właściwość MapSpatialElement.MapFields
Pobiera kolekcja z MapField obiektów związanych z elementu przestrzennej.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapFields As MapFieldCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
A MapFieldCollection obiektu.
Zobacz także