次の方法で共有


SpatialField プロパティ

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

名前空間:  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