Enum BackStyleType
The background of a section can be visible only on design time, while preview only (will not print) or also print the background
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum BackStyleType
Fields
| Name | Description |
|---|---|
| Design | The background will be only visible at design time, useful to fill preprinted forms, you can place the background in the section, with exact dots per inch define, so you place each expression in each predefined location |
| Preview | The background will be also visible at preview, but will not be printed |
The background will be visible at design, preview and will be printed |