Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BackgroundHatchType Enumeration

In This Topic
    BackgroundHatchType Enumeration
    In This Topic
    Specifies background hatch type.
    Syntax
    'Declaration
     
    Public Enum BackgroundHatchType 
       Inherits System.Enum
    public enum BackgroundHatchType : System.Enum 
    Members
    MemberDescription
    BackwardDiagonalBackward diagonal hatching.
    CrossCross hatching.
    DarkDownwardDiagonalDark downward diagonal hatching.
    DarkHorizontalDark horizontal hatching.
    DarkUpwardDiagonalDark upward diagonal hatching.
    DarkVerticalDark vertical hatching.
    DashedDownwardDiagonalDashed downward hatching.
    DashedHorizontalDashed horizontal hatching.
    DashedUpwardDiagonalDashed upward diagonal hatching.
    DashedVerticalDashed vertical hatching.
    DefaultDefault. Treated as None.
    DiagonalBrickDiagonal brick hatching.
    DiagonalCrossDiagonal cross hatching.
    DivotDivot hatching.
    DottedDiamondDotted diamond hatching.
    DottedGridDotted grid hatching.
    ForwardDiagonalForward diagonal hatching.
    HorizontalHorizontal hatching.
    HorizontalBrickHorizontal brick hatching.
    LargeCheckerBoardLarge checker board hatching.
    LargeConfettiLarge confetti hatching.
    LargeGridLarge grid hatching.
    LightDownwardDiagonalLight downward diagonal hatching.
    LightHorizontalLight horizontal hatching.
    LightUpwardDiagonalLight upward diagonal hatching.
    LightVerticalLight vertical hatching.
    NarrowHorizontalNarrow horizontal hatching.
    NarrowVerticalNarrow vertical hatching.
    NoneNo background hatching.
    OutlinedDiamondOutlined diamond hatching.
    Percent055 percent hatching.
    Percent1010 percent hatching.
    Percent2020 percent hatching.
    Percent2525 percent hatching.
    Percent3030 percent hatching.
    Percent4040 percent hatching.
    Percent5050 percent hatching.
    Percent6060 percent hatching.
    Percent7070 percent hatching.
    Percent7575 percent hatching.
    Percent8080 percent hatching.
    Percent9090 percent hatching.
    PlaidPlaid hatching.
    ShingleShingle hatching.
    SmallCheckerBoardSmall checker board hatching.
    SmallConfettiSmall confetti hatching.
    SmallGridSmall grid hatching.
    SolidDiamondSolid diamond hatching.
    SphereSphere hatching.
    TrellisTrellis hatching.
    VerticalVertical hatching.
    WaveWave hatching.
    WeaveWeave hatching.
    WideDownwardDiagonalWide downward diagonal hatching.
    WideUpwardDiagonalWide upward diagonal hatching.
    ZigZagZig zag hatching.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.BackgroundHatchType

    See Also