Removing License Watermark When Exporting a Report in the Visual Studio Report Designer
Environment
| Product | Reporting |
| Version | 19.1.25.521+ |
Description
When exporting a report from the Visual Studio Report Designer in any available format, a license watermark appears throughout the document.
The license key is already downloaded and correctly placed under %AppData%\Telerik\telerik-license.txt. However, the watermark still shows up.
This article explains how to resolve the issue and ensure that exports from the Visual Studio Report Designer no longer contain watermarks.
Solution
The Visual Studio Report Designer requires access to the Telerik.Licensing.Runtime.dll assembly to validate the license during design‑time exports. If this assembly is not available in the Visual Studio installation directory, the designer cannot verify the license and adds a watermark during export.
To resolve the issue:
-
Locate the
Telerik.Licensing.Runtime.dllfile in your Telerik Reporting installation. For example:C:\Program Files (x86)\Progress\Telerik Reporting {RELEASE_VERSION}\Bin\Telerik.Licensing.Runtime.dll -
Copy the
Telerik.Licensing.Runtime.dllassembly and paste it into the Visual Studio installation directory that contains thedevenv.exe.configfile:- Visual Studio 2022:
C:\Program Files\Microsoft Visual Studio\2022\<Edition>\Common7\IDE\devenv.exe.config - Visual Studio 2026:
C:\Program Files\Microsoft Visual Studio\18\<Edition>\Common7\IDE\devenv.exe.config
- Visual Studio 2022:
-
Restart Visual Studio so that the designer can load the licensing assembly and validate the installed license.
After completing these steps, exporting reports from the Visual Studio Report Designer should no longer display a license watermark.