Freigeben über


MapSpatialDataRegion.VectorData-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property VectorData As ReportVariantProperty 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

This property evaluates to either a SqlGeometry or SqlGeography.

Siehe auch

Verweis

MapSpatialDataRegion Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace