[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BackgroundRepeat

BackgroundRepeat Enum

Specifies how the background image fills the available space.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum BackgroundRepeat
Remarks

BackgroundRepeat applies only to Rectangle, TextBox, List, Matrix, Table, Body, and Subtotal items.BackgroundRepeat does not apply to Line, Image, Subreport, and Chart items.

Fields

Name Description
NoRepeat

Indicates that this image is rendered once and does not repeat.

Repeat

Indicates that the image repeats horizontally and vertically in the background.

RepeatX

Indicates that this image repeats horizontally in the background.

RepeatY

Indicates that this image repeats vertically in the background.

Extension Methods