Try our conversational search powered by Generative AI!

Customize an existing Report

Vote:
 

I have some experience in creating new reports for the Reports-functionality in Episerver 11, however, now I have a request to expand the functionality of an existing report (LinkStatus Report) with an 'export to xls' feature. 

Anyone knows how to extend the funcationality without hacking into the CMS.zip file to modify those webforms?

Thanks in advance

#209209
Nov 11, 2019 12:15
Vote:
 

Hi Ronald

It will probably be easiest to create your own copy of the built-in report. And maybe make it into a MVC version, while you are at it. 😉

Otherwise you will be looking at overriding both the code behind and the template. And then you are already well on your way to your own copy of the report.

#209214
Nov 11, 2019 14:53
Stuart - Nov 11, 2019 15:17
Can you hide the default report in someway?
ronald hartman - Nov 11, 2019 16:42
Thanks for the reply. The LinkStatus report seems to be a bit special one, since it's not found in the Reports folder but refers to a 'BrokenLinks' page/method that resides somewhere else
Vote:
 

I will do as Stefan say and write your own version of it.

I have written a blog post that describe how to do that, it might need some small changes after the new UI but I think it still works

https://world.episerver.com/blogs/Henrik-Fransas/Dates/2016/3/create-custom-report-in-mvc-with-excel-export/

#209485
Nov 15, 2019 7:54
Vote:
 

Thanks,

However, I already created a custom report before, the problem is that the LinkStatus report is kind of a special one. Since it's not found in the Reports folder but refers to a 'BrokenLinks' page/method that resides somewhere else

#209503
Nov 15, 2019 13:37
Vote:
 

Use DotPeek or ILspy to decompile EPiServer.Cms.Shell.UI and find the LinkStatus report in EPiServer.Cms.Shell.UI.Controllers.Reports.Internal.EPiBrokenLinksController.

#209526
Edited, Nov 15, 2019 20:59
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.