Classe MapShapefile
Represents a file-based source for spatial data and optional non-spatial data.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
Microsoft.ReportingServices.OnDemandReportRendering.MapShapefile
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class MapShapefile _
Inherits MapSpatialData
'Uso
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
O tipo MapShapefile expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering