Clase MapSpatialDataSet
Represents a dataset-based source for spatial and optional non-spatial data.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialDataSet
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class MapSpatialDataSet _
Inherits MapSpatialData
'Uso
Dim instance As MapSpatialDataSet
public sealed class MapSpatialDataSet : MapSpatialData
public ref class MapSpatialDataSet sealed : public MapSpatialData
[<SealedAttribute>]
type MapSpatialDataSet =
class
inherit MapSpatialData
end
public final class MapSpatialDataSet extends MapSpatialData
El tipo MapSpatialDataSet expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
DataSetName | Gets the name of the dataset from which spatial data is extracted. | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MapFieldNames | Gets a collection of names for the fields to be imported from the dataset. | |
SpatialField | Gets the name for the spatial field that is to be imported from the data source. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering