ActiveReports 12
BackgroundRepeatOption Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering Namespace : BackgroundRepeatOption Enumeration
Types of background repeating.
Syntax
'Declaration
 
Public Enum BackgroundRepeatOption 
   Inherits System.Enum
public enum BackgroundRepeatOption : System.Enum 
Members
MemberDescription
NoRepeatDo not repeat the background.
RepeatRepeate the background in whole space.
RepeatXRepeat the background in horizontal direction only.
RepeatYRepeat the background in vertical direction only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.BackgroundRepeatOption

See Also

Reference

GrapeCity.ActiveReports.Rendering Namespace