MapSpatialDataRegion.VectorData 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property VectorData As ReportVariantProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

注释

This property evaluates to either a SqlGeometry or SqlGeography.

请参阅

参考

MapSpatialDataRegion 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间