Partager via


Propriété 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

Notes

This property evaluates to either a SqlGeometry or SqlGeography.