MapSpatialDataSet.SpatialField 属性
Gets the name for the spatial field that is to be imported from the data source.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property SpatialField As ReportStringProperty
Get
用法
Dim instance As MapSpatialDataSet
Dim value As ReportStringProperty
value = instance.SpatialField
public ReportStringProperty SpatialField { get; }
public:
property ReportStringProperty^ SpatialField {
ReportStringProperty^ get ();
}
member SpatialField : ReportStringProperty
function get SpatialField () : ReportStringProperty