You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: designing-reports/report-designer-tools/web-report-designer/configuring-report-templates.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ img[alt$="><"] {
19
19
|Minimum Version:|Q4 2025|
20
20
|----|----|
21
21
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.
23
23
24
24
## Configure Report Templates Folder
25
25
@@ -38,11 +38,11 @@ services.TryAddSingleton<IReportDesignerServiceConfiguration>(sp => new ReportDe
38
38
39
39
## Managing Permissions
40
40
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.
42
42
43
43
>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.
@@ -61,11 +61,15 @@ Once the end-user is **not** granted permissions for the Report Templates, the f
61
61
* Users **cannot** delete or edit existing templates.
62
62
* Users **can** still create new reports using the available templates.
63
63
64
-
|Restricted User|Default User|
65
-
|----|----|
66
-
|||
64
+
>caption Restricted User
65
+
66
+

67
+
68
+
>caption Default User
69
+
70
+

67
71
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:
69
73
70
74
|Restricted User|Default User|
71
75
|----|----|
@@ -81,3 +85,4 @@ Once the end-user is **not** granted permissions for the Report Templates, the f
81
85
82
86
*[How to Edit a Report Template]({%slug web-report-designer-how-to-edit-a-report-template%})
83
87
*[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%})
Copy file name to clipboardExpand all lines: user-guide/report-templates.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@ Whether you are building dashboards, invoices, or summaries, report templates he
40
40
When creating a new report by clicking the `New Report` option in the main menu, you are presented two options:
41
41
42
42
* 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.
44
44
45
45
|Create a Blank Report|Create From a Template|
46
46
|----|----|
47
47
|||
48
48
49
49
### Creating Report Templates
50
50
51
-
1. Create a **Blank Report** by selecting the `Blank Report` option.
51
+
1. Create a blank report by selecting the **Blank Report** option.
52
52
53
53
1. Design the report in the Web Report Designer according to your needs.
0 commit comments