question

Terese Balsamo avatar image
Terese Balsamo asked

SSRS 2005 Hidden Reports Report

I am trying to find data on what reports I have "Hidden in List View" on my report server. Is there a column of flag that identifies this state in the report server database somewhere?
sql-server-2005ssrs
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Fatherjack avatar image
Fatherjack answered
This should be a starter for what you need USE [ReportServer] GO SELECT [c].[Name] , [c].[Path] , [c].[Hidden] FROM [dbo].[Catalog] AS c
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.