Właściwość MapSpatialDataSet.SpatialField
Pobiera lub ustawia nazwę pole przestrzennej, które będą importowane ze źródło danych.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property SpatialField As ReportExpression
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także