Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ position: 1

# Setting Up Your Telerik Report Server License Key

Starting with the Q1 2025 release, the Telerik Report Server requires activation through a license key (trial or commercial). This article describes how to download or update your personal license key and use it to activate the Telerik Report Server product.
Starting with the Q1 2025 release, the Telerik Report Server requires activation using a license key — this applies to both the trial and commercial versions of the product. This article describes how to download or update your personal license key and use it to activate the Telerik Report Server product.

An invalid license results in [error and warning]({%slug license-errors-and-warnings%}) indicators such as watermarks and banners.

Expand Down
4 changes: 2 additions & 2 deletions redirect.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<add key="/report-server/copyright" value = "https://www.progress.com/legal/documentation-copyright"/>

<add key="/report-server/user-guide/search" value = "/report-server/user-guide/report-server-manager-overview"/>
<add key="/report-server/licensing" value = "/report-server/licensing/setting-up-your-telerik-repor-server-license-key"/>
<add key="/report-server/licensing/" value = "/report-server/licensing/setting-up-your-telerik-repor-server-license-key"/>
<add key="/report-server/licensing" value = "/report-server/licensing/setting-up-your-telerik-report-server-license-key"/>
<add key="/report-server/licensing/" value = "/report-server/licensing/setting-up-your-telerik-report-server-license-key"/>

<add key="{{site.baseurl}}{{ redirect }}" value="{{ page.url | remove_first: '/' | replace: '.html', '' }}"/>{% endfor %}{% endfor %}
</rewriteMap>
Expand Down