ActiveReports for .NET 18.0J
BackgroundRepeat プロパティ (BackgroundImage)

GrapeCity.ActiveReports.PageReportModel 名前空間 > BackgroundImage クラス : BackgroundRepeat プロパティ

背景画像を繰り返し、空き領域の塗りつぶし方法を示す値を取得または設定します。 縦方向(RepeatY)、横方向(RepeatX)、両方(Repeat)、またはどちらでもない(NoRepeat)。

シンタックス
'宣言
 
Public Property BackgroundRepeat As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo BackgroundRepeat {get; set;}

プロパティ値

BackgroundRepeat 列挙に評価される GrapeCity.ActiveReports.Expressions.ExpressionInfo オブジェクト。有効な値は以下の表に記載されています。

列挙値 説明
Repeat 背景に画像を横方向および縦方向に繰り返します。
NoRepeat 画像を一度だけ表示し、画像を繰り返しません。
RepeatX 背景に画像を横方向に繰り返します。
RepeatY 背景に画像を縦方向に繰り返します。
参照

BackgroundImage クラス
BackgroundImage メンバ