This commit is contained in:
Todor Arabadzhiev 2024-10-14 09:29:41 +03:00 коммит произвёл GitHub
Родитель 89c9229d1f
Коммит 5647501d85
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -11,15 +11,15 @@ previous_url: /report-designers, /designing-reports/report-designer-tools/, /uir
# Report Designer Tools Overview
Use [Report Designers](https://www.telerik.com/products/reporting/creating-reports.aspx) to create Telerik Reporting report definitions. We provide three different report designers. All report authoring environments include features such as WYSIWYG report design surface, enhanced support for expressions, and wizards for creating graphs, maps, crosstabs, tables, band, and label reports. Define interactive features such as parameters, bookmarks, drillthrough, and drilldown actions.
Use [Report Designers](https://www.telerik.com/products/reporting/creating-reports.aspx) to create Telerik Reporting report definitions. We provide three different report designers. All report authoring environments include features such as WYSIWYG report design surface, enhanced support for expressions, and wizards for creating graphs, maps, crosstabs, tables, band, and label reports. Define interactive features such as parameters, bookmarks, drill-through, and drilldown actions.
This document gives a brief overview of the available Report Designers.
## Standalone Report Designer
[Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}) is a standalone desktop application that features an easy-to-use environment. It is available for the .NET Framework and .NET 6:
[Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/overview%}) is a standalone desktop application that features an easy-to-use environment. It is available for the .NET Framework and .NET 8:
* The executable file starting the application is `Telerik.ReportDesigner.exe` for the .NET Framework and `Telerik.ReportDesigner.Net.exe` for .NET 6. By default, it will be deployed upon installation of the product in '(*Telerik Reporting installation folder*)\Report Designer' folder. For example, 'C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Report Designer'. The .NET 6 version is in the '\.NET' subfolder.
* The executable file starting the application is `Telerik.ReportDesigner.exe` for the .NET Framework and `Telerik.ReportDesigner.Net.exe` for .NET 8. By default, it will be deployed upon product installation in the '(*Telerik Reporting installation folder*)\Report Designer' folder. For example, 'C:\Program Files (x86)\Progress\Telerik Reporting {{site.suiteversion}}\Report Designer'. The .NET 8 version is in the '\.NET' subfolder.
* Does not require Visual Studio;
* Works with XML report definitions packaged in a zip archive `.TRDP` or in the plain legacy format `.TRDX`:
@ -40,7 +40,7 @@ This document gives a brief overview of the available Report Designers.
+ More difficult to maintain - the project should be built every time a report definition is modified and you should go through the [Upgrade Wizard]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/visual-studio-report-designer/upgrade-wizard%}) when upgrading your Telerik Reporting installation;
+ Support for report events, still Telerik Reporting provides other declarative means to handle most of the complex tasks. For more information see [Report Events]({%slug telerikreporting/using-reports-in-applications/program-the-report-definition/report-events/overview%});
* The Visual Studio Report Designer opens automatically upon double-click of a.CS/.VB report definition inheriting from Telerik.Reporting.Report. You need to have the corresponding version of Telerik Reporting installed on the machine.
* The Visual Studio Report Designer opens automatically upon double-click of a.CS/.VB report definition inheriting from Telerik.Reporting.Report. You need the corresponding version of Telerik Reporting installed on the machine.
* Due to Visual Studio assembly caching mechanism, the designer preview is not guaranteed, when using [ObjectDataSource Component]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/objectdatasource-component/overview%}), [EntityDataSource Component]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/entitydatasource-component/overview%}) or [OpenAccessDataSource Component]({%slug telerikreporting/designing-reports/connecting-to-data/data-source-components/openaccessdatasource-component/overview%}).
## Web Report Designer