BackgroundHatchTypes Enumeration
Specifies the hatching pattern for a report item.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration BackgroundHatchTypes
'Usage
Dim instance As BackgroundHatchTypes
public enum BackgroundHatchTypes
public enum class BackgroundHatchTypes
type BackgroundHatchTypes
public enum BackgroundHatchTypes
Members
| Member name | Description | |
|---|---|---|
| Default | The default background hatching pattern, which is treated the same as None. | |
| None | No background hatching. | |
| BackwardDiagonal | A backward diagonal hatching pattern. | |
| Cross | A cross hatching pattern. | |
| DarkDownwardDiagonal | A dark downward diagonal hatching pattern. | |
| DarkHorizontal | A dark horizontal hatching pattern. | |
| DarkUpwardDiagonal | A dark upward diagonal hatching pattern. | |
| DarkVertical | A dark vertical hatching pattern. | |
| DashedDownwardDiagonal | A dashed downward diagonal hatching pattern. | |
| DashedHorizontal | A dashed horizontal hatching pattern. | |
| DashedUpwardDiagonal | A dashed upward diagonal hatching pattern. | |
| DashedVertical | A dashed vertical hatching pattern. | |
| DiagonalBrick | A diagonal brick hatching pattern. | |
| DiagonalCross | A diagonal cross hatching pattern. | |
| Divot | A divot hatching pattern. | |
| DottedDiamond | A dotted diamond hatching pattern. | |
| DottedGrid | A dotted grid hatching pattern. | |
| ForwardDiagonal | A forward diagonal hatching pattern. | |
| Horizontal | A horizontal hatching pattern. | |
| HorizontalBrick | A horizontal brick hatching pattern. | |
| LargeCheckerBoard | A large checker board hatching pattern. | |
| LargeConfetti | A large confetti hatching pattern. | |
| LargeGrid | This specifies a large grid hatching pattern. | |
| LightDownwardDiagonal | A light downward diagonal hatching pattern. | |
| LightHorizontal | A light horizontal hatching pattern. | |
| LightUpwardDiagonal | A light upward diagonal hatching pattern. | |
| LightVertical | A light vertical hatching pattern. | |
| NarrowHorizontal | A narrow horizontal hatching pattern. | |
| NarrowVertical | A narrow vertical hatching pattern. | |
| OutlinedDiamond | An outlined diamond hatching pattern. | |
| Percent05 | A 5 percent hatching pattern. | |
| Percent10 | A 10 percent hatching pattern. | |
| Percent20 | A 20 percent hatching pattern. | |
| Percent25 | A 25 percent hatching pattern. | |
| Percent30 | A 30 percent hatching pattern. | |
| Percent40 | A 40 percent hatching pattern. | |
| Percent50 | A 50 percent hatching pattern. | |
| Percent60 | A 60 percent hatching pattern. | |
| Percent70 | A 70 percent hatching pattern. | |
| Percent75 | A 75 percent hatching pattern. | |
| Percent80 | An 80 percent hatching pattern. | |
| Percent90 | A 90 percent hatching pattern. | |
| Plaid | A plaid hatching pattern. | |
| Shingle | A shingle hatching pattern. | |
| SmallCheckerBoard | A small checkerboard hatching pattern. | |
| SmallConfetti | A small confetti hatching pattern. | |
| SmallGrid | A small grid hatching pattern. | |
| SolidDiamond | A solid diamond hatching pattern. | |
| Sphere | A sphere hatching pattern. | |
| Trellis | A trellis hatching pattern. | |
| Vertical | A vertical hatching pattern. | |
| Wave | A wave hatching pattern. | |
| Weave | A weave hatching pattern. | |
| WideDownwardDiagonal | A wide downward diagonal hatching pattern. | |
| WideUpwardDiagonal | A wide upward diagonal hatching pattern. | |
| ZigZag | A zig-zag hatching pattern. |