Partager via


Propriété MapSpatialDataRegion.VectorData

Gets or sets how vector data for spatial elements is imported from the data region.

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

Syntaxe

'Déclaration
Public Property VectorData As ReportExpression 
    Get 
    Set
'Utilisation
Dim instance As MapSpatialDataRegion 
Dim value As ReportExpression 

value = instance.VectorData

instance.VectorData = value
public ReportExpression VectorData { get; set; }
public:
property ReportExpression VectorData {
    ReportExpression get ();
    void set (ReportExpression value);
}
member VectorData : ReportExpression with get, set
function get VectorData () : ReportExpression 
function set VectorData (value : ReportExpression)

Valeur de propriété

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

Notes

This property must evaluate to either a SqlGeometry or SqlGeography.

Voir aussi

Référence

MapSpatialDataRegion Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel