ActiveReports 6 Online Help
NEW Cross Section Control Sample
Tip: To easily select a control within the report, in the Report Explorer, expand the section node and select the control. The control is highlighted in the Report Explorer and on the report design surface.

This sample includes a ViewerForm with three tabs and three Viewer controls to highlight several new report features, and an Invoice report. Run the project to display the report in the viewer, and click the tabs to see the new features.

ViewerForm

The ViewerForm has three tabs, each with an ActiveReports Viewer control on it. Right-click the form and select View Code to see the code used to change the Invoice report's section properties at run time.

Select one of the Viewer controls and in the Properties window, expand the Toolbar property to see where the Visible property is set to False.

Invoice

The Invoice report demonstrates the usage of the following features:

PageHeader Section

GroupHeader Section

Detail Section

GroupFooter Section

PageFooter Section

Design Time

See Also

Getting Started