Поделиться через


Свойство MapSpatialElement.MapFields

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property MapFields As MapFieldCollection 
    Get
'Применение
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

Значение свойства

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

См. также

Справочник

MapSpatialElement Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering