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


Класс MapShapefile

Represents a file-based source for spatial data and optional non-spatial data.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
    Microsoft.ReportingServices.OnDemandReportRendering.MapShapefile

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

Синтаксис

'Декларация
Public NotInheritable Class MapShapefile _
    Inherits MapSpatialData
'Применение
Dim instance As MapShapefile
public sealed class MapShapefile : MapSpatialData
public ref class MapShapefile sealed : public MapSpatialData
[<SealedAttribute>]
type MapShapefile =  
    class 
        inherit MapSpatialData 
    end
public final class MapShapefile extends MapSpatialData

Тип MapShapefile обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство MapFieldNames Gets a collection of non-spatial data fields to be imported from the shape file.
Открытое свойство Source Gets the location of a shape file to be imported.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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