Table Overview
The Table report item is a generalized layout report item that displays report data in cells that are organized into rows and columns.
The Table report item is an individual data region which utilizes its own Telerik.Reporting.DataItem.DataSource
to populate the fields with data. Thus, it defines its own expression scope. The dataset fields are displayed either as detailed or grouped data in a grid or in a free-form layout. Each table cell can contain any report item, such as a TextBox, PictureBox, Graph, or another Table template variation.
Key Features
- Basic concepts— Get to know the logic behind the implementation of the Table report item and learn more about the detail and group data, group hierarchies, table items, and static and dynamic table rows and columns.
- Template items— The Table report item supports the Table, CrossTab, and List templates which are actually optimized variations of the same concept for a specific data layout.
- Crosstab areas— The CrossTab comes with the corner, row group, column group, and body areas that contain table cells.
- Table parts— The Table report item provides a number of settings for controlling the behavior of its cells, rows, and columns.
- Context menu— Besides the available TextBox item attributes, the Table template variations provide a context menu with additional settings.
- Group editor— You can use the Table context menu which allows you to modify the properties of the selected group data.
Next Steps
- Getting Started with the Crosstab Report Item
- (Demo) Product Sales Report with a CrossTab Summary
- (Demo) List-Bound Report
- Table Class API Reference
- Demo Page for Telerik Reporting
- Knowledge Base Section