MapSpatialDataRegion.VectorData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets how vector data for spatial elements is imported from the data region.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ VectorData { Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty VectorData { get; }
member this.VectorData : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Public ReadOnly Property VectorData As ReportVariantProperty
Property Value
A ReportVariantProperty object.
Remarks
This property evaluates to either a SqlGeometry or SqlGeography.