Partager via


Propriété MapSpatialDataSet.SpatialField

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SpatialField As ReportExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Notes

This property must be specified, and it must be of type SqlGeometry or SqlGeography.

Voir aussi

Référence

MapSpatialDataSet Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel