ReportSection

Use objects of this class to store, update, and transfer reports. You typically use ReportSection objects to avoid creating copies of a report as the report is transferred between the report generator, process models, Report object, and ReportView control. You can create a new ReportSection object by calling the Report.NewReportSection method. ReportSection objects can contain other ReportSection objects.

Typically, a process model creates and updates the ReportSection object and assigns it to the Report object by setting the Report.ReportSection property.

Properties

Method

See Also

Report

Report.NewReportSection

Report.ReportSection

ReportView