Compartir a través de


SpatialField Propiedad

Gets the name for the spatial field that is to be imported from the data source.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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