How to insert reporting webpart into a manually created interface for custom modules

Pablo Alejo asked on December 23, 2014 19:58

I am trying to create an interface for a custom module using the DisplayReport module. I want to be able to show a report created in the reporting module and display it in my custom module ui screen.

Correct Answer

David Komárek answered on December 29, 2014 13:19

Hi Alex,

If you want to display a report as part of your custom UI, you can create a UI element with type URL and set it to: ~/CMSModules/Reporting/Tools/Report_View.aspx?reportid=

You need to specify the report ID, therefore if you need this to be set dynamically, you can also use macros.

Another approach would be creating a custom aspx page, where you can use any controls as needed and handle everything on your own and then use it as the UI element.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.