Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.
Remarks
This property evaluates to either a SqlGeometry or SqlGeography.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace