This is a migrated thread and some comments may be shown as answers.

How to create a report catalog?

6 Answers 411 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ethan
Top achievements
Rank 1
ethan asked on 28 Jan 2011, 04:18 AM
Hi! I am looking at the demo app where the main page is the report catalog, and each report name has a view report link, I dont see no code behind the View Report link. Is there a demo that shows the Report Catalog? I would like to display a grid with list of customers and in earch row have a ViewReport link, so when they click on the link they can see the Specific customer report based on his id.  Thanks.

6 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 28 Jan 2011, 02:51 PM
Hi Ethan,

The "View Report" textbox along with the image on its left side are both located in a Panel item which has a Drillthrough Report Action defined. For more information see How to: Add a Drillthrough Report Action.

Best wishes,
Steve
the Telerik team
Get started with Telerik Reporting with numerous videos and detailed documentation.
0
ethan
Top achievements
Rank 1
answered on 29 Jan 2011, 02:52 AM
Thank you for your responce.
0
John
Top achievements
Rank 1
answered on 04 Mar 2011, 09:57 AM
In the report catalog example all the reports in the class library are listed excluding the actual catalog report. Can you tell me how you exclude this report?
0
John
Top achievements
Rank 1
answered on 04 Mar 2011, 10:03 AM
Sorry forget that question have figured it out. I needed to add a filter on the IsVisible field, although I am not sure I understand why? Would be useful to know?
0
Steve
Telerik team
answered on 07 Mar 2011, 06:54 PM
Hello John,

The ReportCatalog report is marked with [Browsable(false)] and that is why it is not listed. More information is available in the BrowsableAttribute Class MSDN article.

Best wishes,
Steve
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
John
Top achievements
Rank 1
answered on 15 Mar 2011, 05:34 PM
The BrowsableAttribute alone does not stop the report catalog from being displayed as a report in the report catalog. You also need to add a filter on the IsVisible field.
Tags
General Discussions
Asked by
ethan
Top achievements
Rank 1
Answers by
Steve
Telerik team
ethan
Top achievements
Rank 1
John
Top achievements
Rank 1
Share this question
or