Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Finance forum / Unable to see report p...
Finance forum
Under review by Community Managers

Under review

Thank you for your post! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Unable to see report parameters in report dialog on customized report

Posted on by
Good day,
 
Im trying to customize a standard report (TaxReport) to add extra fields.
 
I replicated the report (TaxReportCopy)  and extended the controller class (TaxReportingControllerExt) and added the following code:
 
class TaxReportingControllerExt extends TaxReportingController
{
    public static TaxReportingControllerExt construct()
    {
        return new TaxReportingControllerExt();
    }

    public static void main(Args _args)
    {
        SrsReportRunController formLetterController = TaxReportingControllerExt::construct();
        TaxReportingControllerExt controller = formLetterController;
        controller.parmReportName(ssrsReportStr(TaxReportingCopy, Report));
        controller.parmArgs(_args);
        controller.startOperation();
    }

    
}
 
 
I created a new menu item from which I referenced my controller class class.
 
However, upon running the report, report parameters are not showing on the report dialog as expected. There's the option to filter records using the query but the parameters are definitely not showing like the standard report is doing.
 
The report is using the RDP(TaxReportingDP) and Contract(TaxReportingContract) class for the standard report.
 
It's displaying data but the parameter selection is not showing when the report dialog is displayed.
 
Please assist me.

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard > Finance

Featured topics

Product updates

Dynamics 365 release plans