次の方法で共有


MapSpatialDataSet.SpatialField プロパティ

データ ソースからインポートする空間フィールドの名前を取得します。値の設定も可能です。

名前空間:  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
ReportExpression オブジェクト。

説明

このプロパティは、SqlGeometry 型または SqlGeography 型として、必ず指定する必要があります。

関連項目

参照

MapSpatialDataSet クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間