Positions 列挙体
BackgroundRepeat()()()() が Clip に設定されている場合に BackgroundImage を描画する場所を指定します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Enumeration Positions
'使用
Dim instance As Positions
public enum Positions
public enum class Positions
type Positions
public enum Positions
メンバー
メンバー名 | 説明 | |
---|---|---|
Default | BackgroundImage の既定の位置。これは Center と同じです。 | |
Top | BackgroundImage を親レポート アイテムの上部中央に描画します。 | |
TopLeft | BackgroundImage を親レポート アイテムの左上に描画します。 | |
TopRight | BackgroundImage を親レポート アイテムの右上に描画します。 | |
Left | BackgroundImage を親レポート アイテムの左中央に描画します。 | |
Center | BackgroundImage を親レポート アイテムの中央に描画します。 | |
Right | BackgroundImage を親レポート アイテムの右中央に描画します。 | |
BottomRight | BackgroundImage を親レポート アイテムの右下に描画します。 | |
Bottom | BackgroundImage を親レポート アイテムの下部中央に描画します。 | |
BottomLeft | BackgroundImage を親レポート アイテムの左下に描画します。 |