Report Items
Crosstab Item
Use a CrossTab item to display aggregated data summaries, grouped in rows and columns. The number of rows and columns for groups is determined by the number of unique values for each row and column. You can set up your crosstab report with the help of the Crosstab Wizard item, which helps you bind to the database, set the layout and style the crosstab in a few easy steps. See demo
enlarge screenshot
Table Item
The Table item is a generalized layout report item that displays report data in cells that are organized into rows and columns. Report data can be any detail data as it is retrieved from the data source, or aggregated detail data organized into groups that are specified by the user. See demo.
List Item
The List item displays detail data in a free-form layout. You are not limited to a grid layout, but can place fields freely inside the list. You can use a list to design a form for displaying many dataset fields or as a container to display multiple data regions side by side for grouped data. For example, you can define a group for a list; add a table, chart, and image; display values in table and graphic form for each group value. See demo.
PictureBox Item
The PictureBox report item is used to display images on a report. It shows images from the data base, from .NET image object, from the file system or from the Web (URL). See demo.
enlarge screenshot
Panel Item
The Panel report item is used to group multiple report items together. You can set properties such as Visible on the Panel to affect all of the report items hosted in that Panel.
enlarge screenshot
Chart Item
By using RadChart, Telerik .NET Reporting is capable of displaying data in a visually compelling way and help the user/decision maker understand and analyze data in a more efficient manner. The chart can bind to live data and display 17 popular chart types, such as Bar, Pie, Gantt, Line, Area, Bubble, and more.
See demo.
enlarge screenshot
SubReport Items
The SubReport report item lets you display one report within another. See demo
enlarge screenshot
Barcode Item
The Barcode report item is used for automatic barcode generation directly from a numeric or character data without the need for any barcode font being installed in the end user’s PC. ?ver 20 widely used industry barcode standards supported, including: EAN (8, 13, 128), UPC (A, E), MSI, Standard 2 of 5, Code (11, 39, 93, 128). See demo

Shape Item
The Shape report item is used to display one of the predefined shapes on a report.
enlarge screenshot
HtmlTextBox Item
The HtmlTextBox report item allows developers to insert rich text into a report from a subset of HTML tags and CSS attributes. You can specify the HTML value at design time, or retrieve it from a data source using any simple or complex expression that evaluates to correctly formatted HTML.
enlarge screenshot
TextBox Item
The TextBox report item is used to display text on a report.

Checkbox Item
The CheckBox report item is used to display both text and a check mark on a report. The text part of the Checkbox report item supports embedded expressions for mail merge functionality. Embedded expressions give you the freedom to get and insert data-driven information directly into the CheckBox.
enlarge screenshot