次の方法で共有


MapPosition 列挙体

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

名前空間:  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 タイトルは下詰め (中央) に配置されます。
BottomLeft タイトルは下詰め (左) に配置されます。
BottomRight タイトルは下詰め (右) に配置されます。
LeftBottom タイトルは左詰め (下) に配置されます。
LeftCenter タイトルは左詰め (中央) に配置されます。
LeftTop タイトルは左詰め (上) に配置されます。
RightBottom タイトルは右詰め (下) に配置されます。
RightCenter タイトルは右詰め (中央) に配置されます。
RightTop タイトルは右詰め (上) に配置されます。
TopCenter タイトルは上詰め (中央) に配置されます。
TopLeft タイトルは上詰め (左) に配置されます。
TopRight タイトルは上詰め (右) に配置されます。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間