Condividi tramite


Classe MapShapefile

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MapShapefile _
    Inherits MapSpatialData
'Utilizzo
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

Nel tipo MapShapefile sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica MapFieldNames Gets a collection of non-spatial data fields to be imported from the shape file.
Proprietà pubblica Source Gets the location of a shape file to be imported.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo protetto m_instance Infrastruttura. Ereditato da MapSpatialData.
Campo protetto m_map Infrastruttura. Ereditato da MapSpatialData.
Campo protetto m_mapVectorLayer Infrastruttura. Ereditato da MapSpatialData.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.