Hi All,
I deployed many reports on sql server reporting services. I want to remove some of the unnecessary reports. How to remove it?
thanking You,
Thanks,
Muniappan Kandasamy
SQL 2005? If so, in SQL Server Management Studio you can attach to your reporting server instance and then select the report and set its hidden property to true, or delete it outright:
On the login popup, check out your list of Server Types provided, you should see a 'Reporting Services' item. If you are already in the Mgmt studio, on the object explorer, click the Connect button and in the dropdown you'll see a reporting services item. Once you are in, you should be able to find your report objects and do whatever you need to them.
Cheers!
Wayne
|||Thank you
No comments:
Post a Comment