MapViewportInstance.MapProjection プロパティ
MapViewport クラスの MapProjection プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property MapProjection As MapProjection
Get
'使用
Dim instance As MapViewportInstance
Dim value As MapProjection
value = instance.MapProjection
public MapProjection MapProjection { get; }
public:
property MapProjection MapProjection {
MapProjection get ();
}
member MapProjection : MapProjection
function get MapProjection () : MapProjection
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.MapProjection
MapProjection プロパティの計算値を表す MapProjection 値。