Create controls representing the contents of a DetailColumns collection.

The CaptionContrrol and ValueControl properties on each DetailColumn item will be assigned the controls that were created.

Syntax

ISReportFunctions.RpxCreateDetailColumnsControls(report, section, detailColumns, left, top, width, [printerSettings], [tag])

Parameters

NameTypeOptionalByRefDescription
report GrapeCity.ActiveReports.SectionReport The Report.
section GrapeCity.ActiveReports.SectionReportModel.Section The Section to create the controls in.
detailColumns ISDetailColumnsBasic The Detail Columns collection.
left Integer Left position in twips.
top Integer Top position in twips.
width Integer Width in twips.
printerSettings ISPrinterSettings Optional The Printer Settings to use. This is used to determine Heading and Detail Fonts to use. If omitted, a value of Nothing is assumed.
tag String Optional An optional String Tag to assign to all created controls.
Member of:
ISReportFunctions
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0