Enum SectionType
Section type, each section of a subreport have different function
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum SectionType
Fields
| Name | Description |
|---|---|
| Detail | Printed for each record in the main dataset of the subreport containg the section |
| GroupFooter | Printed when a group ends |
| GroupHeader | Printed when a group starts |
| PageFooter | Printed at the page begin |
| PageHeader | Printed at the page begin |