| Visual Basic (Declaration) | |
|---|---|
Public Enum SectionType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SectionType : Enum | |
| Member | Description |
|---|---|
| ReportHeader | The section is a report header that prints once at the beginning of the report. |
| PageHeader | The section is a page header that prints at the top of every page. |
| GroupHeader | The section is a group header that prints at the beginning of each grouping of records in the data source. |
| Detail | The section is a detail section that prints once for each record in the data source. |
| GroupFooter | The section is a group footer that prints at the end of each grouping of records in the data source. |
| PageFooter | The section is a page footer that prints at the bottom of every page. |
| ReportFooter | The section is a report footer that prints once at the end of the report. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.SectionType