If the controls are not to be created in the ReportFooter section then any existing controls in that section will be moved down unless the createAtSectionEnd parameter is set to True.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| paddingTop | Integer | Optional | The padding to insert before the first label in twips. If omitted, a value of 0 is assumed. | |
| description | String | Optional | ||
| section | GrapeCity.ActiveReports.SectionReportModel.Section | Optional | The Section to create the controls in or Nothing to create them in the ReportFooter section. If omitted, a value of Nothing is assumed. | |
| alwaysCreateAtSectionEnd | Boolean | Optional | Indicates whether to create the parameter description control after any existing controls in the section. Not applicable if the section is the ReportFooter. If omitted, a value of False is assumed. |