次の方法で共有


BackgroundRepeatTypes 列挙体

BackgroundImage がコンテナー レポート アイテム内の利用可能なスペースを埋める方法を指定します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

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

メンバー

メンバー名 説明
Clip 画像が利用可能なスペースに合わせてクリッピングされます。
Default 既定の動作。これは、Chart 内では Fit と同様で、他の場所では Repeat になります。
Fit スペースに合わせて画像が拡大されます。
Repeat スペースを埋めるように画像が水平方向および垂直方向に繰り返されます。
RepeatX スペースを埋めるように画像が水平方向に繰り返されます。
RepeatY スペースを埋めるように画像が垂直方向に繰り返されます。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間