Свойство MapSpatialDataSet.SpatialField
Gets or sets the name for the spatial field that is to be imported from the data source.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property SpatialField As ReportExpression
Get
Set
'Применение
Dim instance As MapSpatialDataSet
Dim value As ReportExpression
value = instance.SpatialField
instance.SpatialField = value
public ReportExpression SpatialField { get; set; }
public:
property ReportExpression SpatialField {
ReportExpression get ();
void set (ReportExpression value);
}
member SpatialField : ReportExpression with get, set
function get SpatialField () : ReportExpression
function set SpatialField (value : ReportExpression)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
Замечания
This property must be specified, and it must be of type SqlGeometry or SqlGeography.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel