<< Click to Display Table of Contents >>

 

This tutorial describes how to use vertical bands to create a report where record fields are arranged vertically and data records are printed horizontally.

eurd-win-VerticalBandDemoReport_Result_Preview

 

1.Click the report's smart tag and choose Design in Report Wizard....

eurd-win-design-in-report-wizard

2.In the invoked Report Wizard, select Vertical Report and click Next.

VerticalBandDemoReport_SelectReportType

3.Select the data fields that should be included in the report.

VerticalBandDemoReport_SelectFields

4.Specify group data fields to create a report with grouped data (the report in this tutorial does not have group fields).

5.Add summary fields to the report.

VerticalBandDemoReport_SummaryFunctions

6.Change the report page layout to landscape so that the vertical table fit the report.

VerticalBandDemoReport_PageSettings

7.You can set the report's color scheme.

VerticalBandDemoReport_ColorScheme

8.Specify the report's title.

VerticalBandDemoReport_Title

Click Finish and the generated report opens in the Report Designer.

VerticalBandDemoReport_WizardResult

The wizard adds report controls to the following bands:

Vertical Header band

Contains a table with a single column that displays headers of the report's data fields.

Vertical Details band

Contains a table with a single column that is printed so many times as there are records in the report's data source.

Vertical Total band

Contains a table with a single column that has so many labels in cells as there are summary functions you specified for each field in the Report Wizard (only the sum function for each field in this demo).

Switch to the Preview tab to see the result.

VerticalBandDemoReport_WizardResult

Tip

You can create a vertical report without using the Report Wizard. Right-click the report in the Report Designer and choose Insert Vertical Band in the invoked context menu. Refer to the Introduction to Banded Reports topic for more information.

You can set the following options in the Property Grid to modify the vertical table:

Disable the Vertical Header band's Repeat Every Page property to display field headers once - on the first report page.

Set the Vertical Detail band's Band Layout property to Across Then Down to print the data records that do not fit a page on the same page, otherwise, they are printed on the next page (as in this demo).

Specify the Vertical Detail band's Sort Fields property to sort the report's data.