Propriedade do RDL MapSpatialDataSet.SpatialField
Gets the name for the spatial field that is to be imported from the data source.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property SpatialField As ReportStringProperty
Get
'Uso
Dim instance As MapSpatialDataSet
Dim value As ReportStringProperty
value = instance.SpatialField
public ReportStringProperty SpatialField { get; }
public:
property ReportStringProperty^ SpatialField {
ReportStringProperty^ get ();
}
member SpatialField : ReportStringProperty
function get SpatialField () : ReportStringProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering