New to Telerik ReportingStart a free 30-day trial

Report File Formats

The file extensions .trdp, .trdx, .trtx, .trbp, and .NET type report definitions (.CS or .VB files) are used in Telerik Reporting to represent different types of report files. Here's a breakdown of what each one is for:

FormatDescriptionUse CaseDesigner Compatibility
.trdpTelerik Report Definition Package - Full report with resources. Packaged binary (ZIP). XML-based, editableIdeal for packaging a report with its assets (images, styles, etc.).Used in both Web Report Designer and Standalone Report Designer.
.trdxTelerik Report Definition XML - Report definition only. Unlike .trdp (which is a packaged format), .trdx is plain XML, making it easier to version control, edit manually, or generate dynamically.Better for deployment and performanceSupported in Standalone Report Designer and Web Report Designer.
.trtxTelerik Report Template XML - XML file used as a template and contains the structure, layout, data bindings, and styling of a report.Used to create new reports based on a predefined layout or styleSupported in Standalone Report Designer and Web Report Designer.
.trbpTelerik Report Book Package - Stores a report book - a collection of multiple reportsUsed when you want to combine several reports into one document (e.g., for printing or exporting)Standalone Report Designer (and programmatically)
.NET type report definitions (.CS or .VB files).CS/.VB report definition inheriting from Telerik.Reporting.Report.Ideal for developers who want full control over report generation through C#/VB code.Visual Studio Report Designer

See Also

In this article
See Also
Not finding the help you need?
Contact Support