Cross-Tab Report

Cross-Tab Report

This topic describes the steps to create a cross-tab report using a Pivot Grid control that calculates automatic summaries and grand totals across a large number of grouped rows and columns. This feature should not be confused with the Master Detail Report or Table Report.

  1. Create a new report.
  2. Drop the Pivot Grid control from the Toolbox onto the report's Detail band. Please note that you cannot place a Pivot Grid within another report control.
  3. To bind the pivot grid to a data source, click its Smart Tag, and in the invoked actions list, expand the Data Source drop-down selector and select the NewDataSet. Its Data Member property defines from which table or view of your dataset the grid obtains its data. And, the Data Adapter property is auto-defined, as well.
  4. Click the grid's Smart Tag, and in the invoked actions list, click the Run Designer...
  5. In the invoked Pivot Grid Designer's Fields, click the Retrieve Fields   button to obtain fields from the control's data source.
  6. Switch to the Layout page in the navigation bar on the left.
  7. Drag and drop the required fields to the Row Fields, Column Fields and Data Items
  8. Click Apply and the close the editor.
  9. In the last step, you can set your report's Vertical Content Splitting option to Smart. This will split the grid's columns precisely by their borders in the Print Preview.
  10. Switch to the Print Preview Tab, and view the result.

Note

After these steps, the report's Data Source property must be set to None. Otherwise, the grid will be blank at the preview and repeated as many times as there are records in the data source.

 

    • Related Articles

    • Video: Report Designer Cross-Tab Report

      This video provides a basic overview of cross-tab reports in DataSight.
    • Report Designer Settings

      This document details settings that affect the entire report. A Report is the main object in the Report Designer, as it's the document being edited. While the main report's properties can be accessed via the report's Smart Tag, the complete settings ...
    • Report Wizard

      The Report Wizard is a tool that allows you to easily create reports using data from the currently selected filter in a datasheet, focussed in the Main Panel. These reports are sometimes referred to as Datasheet Reports. Report Wizard is also invoked ...
    • Parameterized Report

      This topic describes the steps to create a report with parameters. You are required to add parameters and filter the report based on their values. Create a new report. Bind the report to DataSight data. In the Field List window, right-click over the ...
    • Report Designer User Interface

      The documents in this section are dedicated to the elements of the Report Designer User Interface. Section Element Description Main Surface Design Panel A surface where a report layout is displayed and edited. Functionality Context Menu Right click ...