共用方式為


MapPosition 列舉

Represents the positions of an item in a map.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration MapPosition
'用途
Dim instance As MapPosition
public enum MapPosition
public enum class MapPosition
type MapPosition
public enum MapPosition

成員

成員名稱 說明
BottomCenter The title is positioned at the bottom center.
BottomLeft The title is positioned at the bottom left.
BottomRight The title is positioned at the bottom right.
LeftBottom The title is positioned at the left bottom.
LeftCenter The title is positioned at the left center.
LeftTop The title is positioned at the left top.
RightBottom The title is positioned at the right bottom.
RightCenter The title is positioned at the right center.
RightTop The title is positioned at the right top.
TopCenter The title is positioned at the top center.
TopLeft The title is positioned at the top left.
TopRight The title is positioned at the top right.

請參閱

參考

Microsoft.ReportingServices.OnDemandReportRendering 命名空間