Skip to content

Commit 6067ed1

Browse files
committed
polishing after sync with Dancho
1 parent 78fc401 commit 6067ed1

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

designing-reports/report-designer-tools/web-report-designer/configuring-report-templates.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ img[alt$="><"] {
1919
|Minimum Version:|Q4 2025|
2020
|----|----|
2121

22-
Web Report Designer offers functionality for working with report templates. It allows the developers to configure a specific folder for storing the report templates and to manage the access to this specific folder for certain users.
22+
Web Report Designer offers functionality for working with report templates. A **report template** is a reusable design that defines the layout, styling, and data structure of a report. It allows the developers to configure a specific folder for storing the report templates and to manage the access to this specific folder for certain users.
2323

2424
## Configure Report Templates Folder
2525

@@ -38,11 +38,11 @@ services.TryAddSingleton<IReportDesignerServiceConfiguration>(sp => new ReportDe
3838
3939
## Managing Permissions
4040

41-
To restrict specific actions or features for users on the client side, for example to restrict `Report Templates`, the [DeniedPermissions]({%slug telerikreporting/report-designer-tools/web-report-designer/web-report-designer-customization%}) setting of the **ReportDesignerServiceConfiguration** can be used. It allows developers to customize the designer experience by disabling certain tools, components, or capabilities based on application logic or user roles.
41+
To restrict specific actions or features for users on the client side, for example to restrict `Report Templates`, the [DeniedPermissions]({%slug telerikreporting/report-designer-tools/web-report-designer/web-report-designer-customization%}) setting of the `ReportDesignerServiceConfiguration` can be used. It allows developers to customize the designer experience by disabling certain tools, components, or capabilities based on application logic or user roles.
4242

4343
>note You can override the [GetDeniedPermissions]({%slug telerikreporting/report-designer-tools/web-report-designer/web-report-designer-customization%}) method in your custom implementation of the reporting service to apply different restrictions based on the logged-in user or other conditions.
4444
45-
#### Restricting the Templates Folder
45+
### Restricting the Templates Folder
4646

4747
````CSharp
4848
services.TryAddSingleton<IReportDesignerServiceConfiguration>(sp => new ReportDesignerServiceConfiguration
@@ -61,11 +61,15 @@ Once the end-user is **not** granted permissions for the Report Templates, the f
6161
* Users **cannot** delete or edit existing templates.
6262
* Users **can** still create new reports using the available templates.
6363

64-
|Restricted User|Default User|
65-
|----|----|
66-
|![Restricted User From Template ><](images/web-report-designer-report-templates-restricted-user.png)|![Allowed User From Template ><](images/web-report-designer-report-templates-allowed-user.png)|
64+
>caption Restricted User
65+
66+
![Restricted User From Template ><](images/web-report-designer-report-templates-restricted-user.png)
67+
68+
>caption Default User
69+
70+
![Allowed User From Template ><](images/web-report-designer-report-templates-allowed-user.png)
6771

68-
* **Assets manager** - When a *restricted* user opens the Assets Manager, the `Report Templates` folder is invisible and inaccessible:
72+
* Opening the **Assets manager** - When a *restricted* user opens the Assets Manager, the `Report Templates` folder is invisible and inaccessible:
6973

7074
|Restricted User|Default User|
7175
|----|----|
@@ -81,3 +85,4 @@ Once the end-user is **not** granted permissions for the Report Templates, the f
8185

8286
* [How to Edit a Report Template]({%slug web-report-designer-how-to-edit-a-report-template%})
8387
* [Working with Report Templates]({%slug web-report-designer-report-templates%})
88+
* [Report Templates in Standalone Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/report-templates%})

user-guide/report-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Whether you are building dashboards, invoices, or summaries, report templates he
4040
When creating a new report by clicking the `New Report` option in the main menu, you are presented two options:
4141

4242
* Beginning from scratch with a **Blank Report**—Gives you an empty report.
43-
* Starting from a **Template** (.trtx file)—Gives you a ready-made layout and structure to build on, making the report creation faster and more consistent.
43+
* Starting **From Template** (.trtx file)—Gives you a ready-made layout and structure to build on, making the report creation faster and more consistent.
4444

4545
|Create a Blank Report|Create From a Template|
4646
|----|----|
4747
|![Create a Blank Report ><](images/web-report-designer-report-templates-create-blank.png) |![Create From a Template ><](images/web-report-designer-report-templates-create-from-template.png)|
4848

4949
### Creating Report Templates
5050

51-
1. Create a **Blank Report** by selecting the `Blank Report` option.
51+
1. Create a blank report by selecting the **Blank Report** option.
5252

5353
1. Design the report in the Web Report Designer according to your needs.
5454

0 commit comments

Comments
 (0)