共用方式為


MapViewport.MapProjection 屬性

Gets the projection to be used for a map.

命名空間:  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>
A ReportEnumProperty<EnumType> object.

請參閱

參考

MapViewport 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間