Create the report parameter description controls in the ReportFooter section (or another section if specified).

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.

Syntax

ISReportBase.CreateReportParameterDescriptionControls([paddingTop], [description], [section], [alwaysCreateAtSectionEnd])

Parameters

NameTypeOptionalByRefDescription
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.
Member of:
ISReportBase
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0