Hi all, How do I programatically upload an XSLT file to an SSRS server database? I would like exactly the same functionality as the 'Upload File', preferably using the 'rs' command.
I have tried rs.CreateResource, but it doesn't seem to work for XML/XSLT files (though it works for Excel and image files)
I understand that manipulating the SSRS db is not supported. Thanks