I would like to know how to add a comment on an SSRS report after viewing a report, please not i am using SSRS in a Native mode not in a Sharepoint Intergrated mode, is it Possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SSRS allows for a description field on deployed reports that might help you some. But otherwise, SSRS doesn’t directly support what you are describing.
SSRS doesn’t directly support a method for text user input other than the user parameters. So finding a way to enter a comment would probably be the biggest challenge to building your own solution around SSRS. But you can run arbitrary SQL to store that comment and then it can be displayed on future reports.