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)