I want to change the css file of my reports. How can I do it with reporting services 2016? The old methods didn't work for me (add style sheet file or make changes at the HtmlViewer file).
Asked
Active
Viewed 1,753 times
2 Answers
0
To just hide the headers and the option to navigate back to home change the link address to the report from
http://Reportserver/Reports_Instance/report/Folder/Report
to
http://Reportserver/ReportServer_Instance/Pages/ReportViewer.aspx?/Folder/Report
So you only get to see the report

FRropen
- 13
- 3
-1
To change the style of your report, it is intuitive. You can select the colors you want to include, chart borders, chart styles, etc directly on the GUI. I highly suggest that you rephrase your question to be more specific. Then, we can help you get the answer you are looking for.

Chasen Bettinger
- 7,194
- 2
- 14
- 30
-
Hi my question is how can I change the css file.It is important for me to disappear some headers. – שמוליק והדס סתיו Jul 13 '16 at 16:58
-
Can you provide a visual of what you're talking about, please? What headers do you want to disappear? As far as I know, in SSRS 2016, you can only have one header. This header is manually created or removed. – Chasen Bettinger Jul 14 '16 at 15:14
-
I don't succeed to upload image to the comments.But I want to hide the headers and the option to navigate back to home.I want the user will see only the report. – שמוליק והדס סתיו Jul 14 '16 at 20:23
-
I think you're confusing the actual report itself with the SSRS application. Here is a good guide for you to review that may help you: https://msdn.microsoft.com/en-us/library/mt710551.aspx#create – Chasen Bettinger Jul 14 '16 at 20:38
-
It doesn't help ,because I want to hide some parts of the reprots like the option to navigate home.The article explains only the way to change the colors of the reports and to hide parts if it. – שמוליק והדס סתיו Jul 16 '16 at 18:32