Create and add a SubReport control and optionally set its Report.

Syntax

ISReportFunctions.RpxCreateSubReportControl(section, left, top, width, height, [report], [printerSettings], [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.
printerSettings ISPrinterSettings Optional Printer Settings. 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:
ISReportFunctions
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0