2

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.

Reeves
  • 726
  • 7
  • 13

1 Answers1

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