Partager via


Propriété MapSpatialDataRegion.VectorData

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property VectorData As ReportVariantProperty 
    Get
'Utilisation
Dim instance As MapSpatialDataRegion 
Dim value As ReportVariantProperty 

value = instance.VectorData
public ReportVariantProperty VectorData { get; }
public:
property ReportVariantProperty^ VectorData {
    ReportVariantProperty^ get ();
}
member VectorData : ReportVariantProperty
function get VectorData () : ReportVariantProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Notes

This property evaluates to either a SqlGeometry or SqlGeography.

Voir aussi

Référence

MapSpatialDataRegion Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering