Partilhar via


Propriedade do RDL MapSpatialDataRegion.VectorData

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property VectorData As ReportExpression 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Comentários

This property must evaluate to either a SqlGeometry or SqlGeography.

Consulte também

Referência

MapSpatialDataRegion Classe

Namespace Microsoft.ReportingServices.RdlObjectModel