Skip to main content

Create a Cross-Tab Report

  • 4 minutes to read

This tutorial describes how to use the Cross-Tab Report Wizard to create a report and configure the XRCrossTab control to adjust the report appearance. The resulting report is similar to the following Sales Summary Report demo reports:

For information on how to start with a Cross Tab control on the design surface to create a cross-tab report, review the following help topic: Create a Balance Sheet.

Use the Cross-Tab Report Wizard

Invoke the Report Wizard, select Cross-Tab Report, and follow the steps listed below.

Select Cross Tab Report Type

Bind a report to a sample Northwind database.

Select 'Database'

Select 'No, I'd like to specify the connection parameters myself'

Specify connection string parameters

Save the connection string

Select the View

Drop data fields onto their corresponding cross-tab areas:

  • The OrderDate and CategoryName fields onto the Rows area.
  • The Country and FullName fields onto the Columns area.
  • The ExtendedPrice field onto the Data area.

The field order within the area defines the hierarchy in the resulting cross-tab report.

Drop the Fields

Change the report page layout to landscape to ensure the cross-tab content fits the report page.

Change Page Orientation

Set the report’s color scheme.

Change Color Scheme

Specify the report’s title.

Specify Report Title

The newly created report contains the XRCrossTab control, which calculates automatic totals and grand totals across the row and column fields.

Show Cross-Tab Designer

Tip

In the cross-tab report, the XRCrossTab control retrieves and processes data. Do not specify the report’s DataSource property. Otherwise, the Cross Tab data is printed as many times as there are rows in the report data source, because the Cross Tab control is located in the Detail band.

Switch to the Preview tab to see the result:

Display Cross-Tab Result

In the image above, the Cross Tab displays data for individual days, but the data is not properly formatted. The following steps improve the appearance of the Cross Tab control:

Specify Group Settings

Select the Cross Tab cell bound to the OrderDate field and click its smart tag. Set the GroupInterval property to DateQuarter to group data by quarters.

Specify Group Settings

The result is shown below:

Display Grouping Result

Format Data

  1. Format the currency data. Hold down SHIFT or CTRL, and select the following cells:

    • The cell bound to the ExtendedPrice field.
    • The cells that display column and row totals.
    • The cells that display column and row grand totals.

    Switch to the Properties window and set the TextFormatString property to {0:c}.

    Format Currency

  2. Select the cell bound to the OrderDate field and click its smart tag. Set the Format String option to Quarter {0}.

    Format Quarter Headings

The result is shown below:

Display Formatting Result

Customize Appearance

  1. Select the entire Cross Tab control, switch to the Properties window, and expand the CrossTabStyles property. Expand the GeneralStyle property and set the BorderColor to 160, 160, 160. This value applies to all Cross Tab cells.

    Set General Style

  2. Expand the HeaderAreaStyle property and set the following properties:

    • BackColor to 240, 240, 240
    • Font to Calibri, 9pt, style=Bold

    Set Header Area Style

  3. Expand the TotalAreaStyle property and set the Font to Calibri, 9pt, style=Bold.

    Set Total Area Style

  4. Expand the DataAreaStyle property and set the Font to Calibri, 9pt.

    Set Data Area Style

  5. Hold down SHIFT or CTRL, and select the cells that display the grand total values. Go to the Properties window and set the BackColor to 240, 240, 240. This value applies to the selected cells only and overrides the value specified at the area level.

    Set Grand Total Appearance

  6. Select the cell bound to the OrderDate field and set the TextAlignment to TopLeft.

    Set OrderDate Text Alignment

The result is shown below:

Display Appearance Customization Result

Adjust the Content Size

  1. Select the cell bound to the OrderDate field and set the ColumnAutoWidthMode property to None. The property specifies how to calculate the cell width. The Report Wizard sets this property to ShrinkAndGrow for row headers and to None for other cells.

    Set Column Auto Width Property

  2. Move the report title to the Top Margin band to repeat the title on each page and let the Cross Tab fill the entire page area.

    Move Title

The resulting report is shown below:

Note

Tutorials that explain how to create different reports using Web Report Designer are included in the End-User Documentation online help section.