Telerik Reporting API Reference
The API reference section of the documentation contains a list and descriptions of all public available classes, methods and properties of the Telerik Reporting product.
This documentation refers to the latest version of Telerik Reporting.
The following tables list the most used members of the different libraries.
Report Definition
Namespace | Class Name | Description |
---|---|---|
Telerik.Reporting | Report Definition Item | The base Report Definition Item class. It contains empty Page Header, Details and Page Footer sections. |
Telerik.Reporting | List, Table, Crosstab, Graph Definition Data Items | The most used Data Items in the report. |
Telerik.Reporting | SqlDataSource, WebServiceDataSource, ObjectDataSource | The most used Data Source components in the report. |
Report Processing
Namespace | Class Name | Description |
---|---|---|
Telerik.Reporting.Processing | Report Processing Item | The Processing Report Item class. |
Telerik.Reporting.Processing | ReportProcessor | The Reporting Engine class. Use to export and print reports programmatically |
Reporting Services
Namespace | Class Name | Description |
---|---|---|
Telerik.Reporting.Services | ReportSourceResolverBase | The Telerik Reporting REST Service basic ReportSource Resolver class for ASP.NET Framework. |
Telerik.Reporting.Services | TypeReportSourceResolver | The Telerik Reporting REST Service built-in ReportSource Resolver for CLR (CS/VB) report definitions. |
Telerik.Reporting.Services | UriReportSourceResolver | The Telerik Reporting REST Service built-in ReportSource Resolver for declarative (TRDP/TRDX/TRBP) report definitions from a local directory. |
Telerik.WebReportDesigner.Services | FileDefinitionStorage | The Telerik Web Report Designer REST Service built-in file-based definition storage to resolve declarative (TRDP/TRDX/TRBP) report definitions from a local directory. |
Report Viewers
Namespace | Class Name | Description |
---|---|---|
Telerik.ReportViewer.WinForms | ReportViewer WinForms | The Telerik Reporting ReportViewer for .NET Framework Windows Forms applications. |
Telerik.ReportViewer.WPF | ReportViewer WPF | The Telerik Reporting ReportViewer for .NET Framework WPF applications. |
Telerik.ReportViewer.Html5.WebForms | ReportViewer ASP.NET WebForms | The Telerik Reporting ReportViewer for ASP.NET Web Forms applications. Wrapper of the pure Html5 Report Viewer |
Telerik.ReportViewer.MVC | ReportViewer ASP.NET MVC | The Telerik Reporting ReportViewer for ASP.NET MVC applications. Wrapper of the pure Html5 Report Viewer |