ActiveReports 8
BackgroundHatchTypes Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : BackgroundHatchTypes Enumeration

Glossary Item Box

The enum for Style.BackgroundHatchType element.

Syntax

Visual Basic (Declaration) 
Public Enum BackgroundHatchTypes 
   Inherits System.Enum
C# 
public enum BackgroundHatchTypes : System.Enum 

Members

MemberDescription
BackwardDiagonal 
Cross 
DarkDownwardDiagonal 
DarkHorizontal 
DarkUpwardDiagonal 
DarkVertical 
DashedDownwardDiagonal 
DashedHorizontal 
DashedUpwardDiagonal 
DashedVertical 
Default 
DiagonalBrick 
DiagonalCross 
Divot 
DottedDiamond 
DottedGrid 
ForwardDiagonal 
Horizontal 
HorizontalBrick 
LargeCheckerBoard 
LargeConfetti 
LargeGrid 
LightDownwardDiagonal 
LightHorizontal 
LightUpwardDiagonal 
LightVertical 
NarrowHorizontal 
NarrowVertical 
None 
OutlinedDiamond 
Percent05 
Percent10 
Percent20 
Percent25 
Percent30 
Percent40 
Percent50 
Percent60 
Percent70 
Percent75 
Percent80 
Percent90 
Plaid 
Shingle 
SmallCheckerBoard 
SmallConfetti 
SmallGrid 
SolidDiamond 
Sphere 
Trellis 
Vertical 
Wave 
Weave 
WideDownwardDiagonal 
WideUpwardDiagonal 
ZigZag 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.BackgroundHatchTypes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also