The CaptionContrrol and ValueControl properties on each DetailColumn item will be assigned the controls that were created.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |