I have a SSRS Subscription report 2012, it store the file at a shared library location is it feasible with SSRS to create a readonly file when it render the RDL.
Asked
Active
Viewed 613 times
2
-
What about using Active Directory instead? – BI Dude Jan 07 '15 at 10:57
-
1If you are worried some one will alter a excel file, how about saving as a pdf? – Bobby Jan 07 '15 at 10:59
-
We are working with financial data so we cannot move with pdf – Reeves Jan 07 '15 at 12:41
1 Answers
1
you can execute the dos command attrib +r report.xls
after the subscription runs
behind the scenes, subscriptions are sql agent jobs. so you just have to find the right sql agent job and add another step into it.

busytools
- 361
- 1
- 6