Skip to content

Commit 67a5de7

Browse files
authored
Rs net whitelabeling (#259)
* add rs net whitelabeling * add reference in older article
1 parent 5e112bb commit 67a5de7

File tree

8 files changed

+63
-3
lines changed

8 files changed

+63
-3
lines changed

dotnet-docs/whitelabeling.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Whitelabeling
3+
page_title: Whitelabeling in the Report Server for .NET
4+
description: "Learn about the specifics of what is supported in the new Whitelabeling functionality in the Report Server for .NET, and how each setting is applied to the Report Server Manager and Web Report Designer."
5+
slug: dotnet-server-whitelabeling
6+
tags: whitelabeling,report,server,.net,color,logo,favicon
7+
published: True
8+
position: 2
9+
---
10+
11+
# Overview
12+
13+
Our product supports white-labeling, allowing customers to personalize the visual identity of their instance. This feature enables organizations to align the product's appearance with their brand guidelines.
14+
15+
Whitelabeling enables the **Report Server for .NET's** customers to remove branding elements in the Report Server Manager web application, and its internal Web Report Designer.
16+
17+
By replacing the default colors, logo and favico with branding from the customer's enterprise, you can personalize the visual identity of each Report Server. This feature enables organizations to align the product's appearance with their brand guidelines.
18+
19+
20+
### Customizable Elements
21+
22+
The following elements can be rebranded:
23+
24+
* Colors - Accent Color, Selected Color, and Link Color.
25+
26+
![The Report Server Manager and Web Report Designer color settings that are configurable](../images/rs-net-images/rs-net-whitelabeling-colors.png)
27+
28+
* Logo - The logo image should be in PNG, GIF, or JPG file format and have height of 45 pixels or less.
29+
30+
![The Report Server Manager Logo](../images/rs-net-images/rs-net-whitelabeling-logo.png)
31+
32+
* Favicon - The favicon should be in ICO, PNG, GIF, or JPG file format.
33+
34+
![The Report Server Manager Favicon](../images/rs-net-images/rs-net-whitelabeling-favicon.png)
35+
36+
37+
#### Report Server Manager
38+
39+
![Overiew of the Report Server for .NET with changed colors](../images/rs-net-images/rs-net-whitelabeling-manager-applied.png)
40+
41+
#### Web Report Designer
42+
43+
![Overview of the internal Web Report Designer with changed colors](../images/rs-net-images/rs-net-whitelabeling-web-designer-applied.png)
44+
45+
### Configuration
46+
47+
The whitelabeling feature can be found under **Configuration > Whitelabeling**. Administrator rights are required to access the Report Server Configuration page.
48+
49+
![All of the available Whitelabeling settings in the Report Server for .NET Configuration]()
50+
51+
## See Also
52+
53+
* [Report Server for .NET Overview]({%slug coming-soon%})
54+
* [Whitelabeling in the Report Srrver for .NET Framework]({%slug whitelabeling%})
11.2 KB
Loading
24.7 KB
Loading
11.5 KB
Loading
23.1 KB
Loading
197 KB
Loading
211 KB
Loading

implementer-guide/configuration/whitelabeling.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 600
1010

1111
# Whitelabeling
1212

13-
>note Starting with the [2025 Q3](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-813) release, the whitelabeling functionality is now also available in the [Report Server for .NET]({%slug coming-soon%}).
13+
>note Starting with the [2025 Q3](https://www.telerik.com/support/whats-new/report-server/release-history/progress-telerik-report-server-2025-q3-11-2-25-813) release, the whitelabeling functionality is now also available in the [Report Server for .NET]({%slug coming-soon%}) - [Whitelabeling in the Report Server for .NET]({%slug dotnet-server-whitelabeling%}).
1414
1515
Whitelabeling enables Report Server customers to remove branding elements in the Report Server web application and [Standalone Report Designer]({%slug report-designer%}) application and replace them with branding from the customer's enterprise.
1616

@@ -22,8 +22,14 @@ The following elements can be rebranded:
2222

2323
The whitelabeling feature can be found under _Configuration_ > _Whitelabeling_. Administrator rights are required to access the Report Server Configuration page.
2424

25-
## Report Server ##
25+
## Report Server
26+
2627
![rs-whitelabeling](../../images/report-server-images/whitelabeling/report-server-whitelabeling.png)
2728

28-
## Standalone Report Designer ##
29+
## Standalone Report Designer
30+
2931
![eud-whitelabeling](../../images/report-server-images/whitelabeling/designer-whitelabeling.png)
32+
33+
## See Also
34+
35+
* [Whitelabeling in the Report Server for .NET]({%slug dotnet-server-whitelabeling%})

0 commit comments

Comments
 (0)