Skip to content

Commit 1f13d96

Browse files
authored
Update srd-net-working-with-type-report-definitions.md (#1803)
1 parent 77762c4 commit 1f13d96

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

designing-reports/report-designer-tools/desktop-designers/standalone-report-designer/srd-net-working-with-type-report-definitions.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,12 @@ Use the standard `Home`->`Preview` tool to view the report based on the **.desig
6666
![The .NET Report Tools tab in the Standalone Report Designer for .NET's toolbar.](./images/srd-net-type-reports/srd-net-preview-options.png)
6767

6868
- `Build & Preview`: Builds the C# project and previews the report with custom code-behind logic (e.g., [report events]({%slug telerikreporting/using-reports-in-applications/program-the-report-definition/report-events/overview%})).
69-
- `Build`: Builds only the report project and updates the assembly in the assets folder. Dependencies are reused from the initial build.
70-
71-
> **Implication:** If you modify a dependency project, use **Clean up** and restart the design session to reflect changes.
72-
73-
If build errors occur, they are displayed in the UI:
69+
- `Build`: Builds only the report project and updates the assembly in the assets folder. Dependencies are reused from the initial build. If build errors occur, they are displayed in the UI:
7470

7571
![Error thrown by a failing build in the .NET Report Tools tab in the Standalone Report Designer for .NET.](./images/srd-net-type-reports/srd-net-build-error.png)
7672

73+
> **Implication:** If you modify a dependency project, use **Clean up** and restart the design session to reflect changes.
74+
7775
- `Clean Up` - Closes the report and deletes temporary design assets. Save your work before using this tool. When reopening the report, the initial build process will run again.
7876

7977
![The warning message in the .NET Report Tools tab in the Standalone Report Designer for .NET's when clicking on the Clean Up button.](./images/srd-net-type-reports/srd-net-clean-up.png)

0 commit comments

Comments
 (0)