ActiveReports 13
BackgroundStyle Enumeration

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : BackgroundStyle Enumeration
Specifies the style used to draw the background of an object.
Syntax
'Declaration
 
Public Enum BackgroundStyle 
   Inherits System.Enum
public enum BackgroundStyle : System.Enum 
Members
MemberDescription
GradientA gradient fill is used for the background.
PatternA pattern fill is used for the background.
SolidA solid fill is used for the background.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.BackgroundStyle

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace