次の方法で共有


MapPositions 列挙体

マップ内のアイテムの位置を表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Enumeration MapPositions
'使用
Dim instance As MapPositions
public enum MapPositions
public enum class MapPositions
type MapPositions
public enum MapPositions

メンバー

メンバー名 説明
TopCenter タイトルは上詰め (中央) に配置されます。
TopLeft タイトルは上詰め (左) に配置されます。
TopRight タイトルは上詰め (右) に配置されます。
LeftTop タイトルは左詰め (上) に配置されます。
LeftCenter タイトルは左詰め (中央) に配置されます。
LeftBottom タイトルは左詰め (下) に配置されます。
RightTop タイトルは右詰め (上) に配置されます。
RightCenter タイトルは右詰め (中央) に配置されます。
RightBottom タイトルは右詰め (下) に配置されます。
BottomRight タイトルは下詰め (右) に配置されます。
BottomCenter タイトルは下詰め (中央) に配置されます。
BottomLeft タイトルは下詰め (左) に配置されます。