Create and add a SubReport control.

This will also pass on the Printer Settings from this report on to the Sub-Report.

Syntax

ISReportBase.CreateSubReportControl(section, left, top, width, height, [report], [externalObject1])

Parameters

NameTypeOptionalByRefDescription
section GrapeCity.ActiveReports.SectionReportModel.Section The Section to create this control in.
left Integer Left position in twips.
top Integer Top position in twips.
width Integer Width in twips.
height Integer Height in twips.
report GrapeCity.ActiveReports.SectionReport Optional The Report object to set to the Report property on the Sub-Report. If omitted, a value of Nothing is assumed.
externalObject1 Object Optional If omitted, a value of Nothing is assumed.

Return Value

GrapeCity.ActiveReports.SectionReportModel.SubReport

A GrapeCity.ActiveReports.SectionReportModel.SubReport value.

Member of:
ISReportBase
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0