Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name for the spatial field that is to be imported from the data source.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property SpatialField As ReportExpression
Get
Set
'Usage
Dim instance As MapSpatialDataSet
Dim value As ReportExpression
value = instance.SpatialField
instance.SpatialField = value
public ReportExpression SpatialField { get; set; }
public:
property ReportExpression SpatialField {
ReportExpression get ();
void set (ReportExpression value);
}
member SpatialField : ReportExpression with get, set
function get SpatialField () : ReportExpression
function set SpatialField (value : ReportExpression)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
Hinweise
This property must be specified, and it must be of type SqlGeometry or SqlGeography.