I have an ssrs report and i want a functionality that whenever user click on print, then report should get uploaded to azure blob.
Also, we have option like in controller class we can change print settings and file gets downloaded directly instead of printing. Can we write same type of logic in controller class to take that report and gets saved to azure blob.
If the document type is Azure Storage and saved in the archive the file is actually already stored in azure blob even if it it is kind of a "secret" storage.
Out of the box you can get the file to sharepoint. Normally I use some minor modifications to send out generated files stored in the table Electronic reporting jobs (ErFormatMappingRunJobTable) but that normally includes invoices or payments. I don´t think that I would do modifications to the controller class and override standard but instead set it up like I mentioned above.
/Dan
Suggested answer
Martin Dráb230,370Most Valuable Professional
on at
A solution without any development is using (the free version of) Docentric.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.