[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.BackgroundStyle

BackgroundStyle Enum

Specifies the style used to draw the background of an object.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum BackgroundStyle

Fields

Name Description
Gradient

A gradient fill is used for the background.

Pattern

A pattern fill is used for the background.

Solid

A solid fill is used for the background.

Extension Methods