次の方法で共有


MapViewport.MapProjection プロパティ

マップに使用される投影法を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MapProjection As ReportEnumProperty(Of MapProjection)
    Get
'使用
Dim instance As MapViewport 
Dim value As ReportEnumProperty(Of MapProjection)

value = instance.MapProjection
public ReportEnumProperty<MapProjection> MapProjection { get; }
public:
property ReportEnumProperty<MapProjection>^ MapProjection {
    ReportEnumProperty<MapProjection>^ get ();
}
member MapProjection : ReportEnumProperty<MapProjection>
function get MapProjection () : ReportEnumProperty<MapProjection>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapProjection>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

MapViewport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間