web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

how to Bypass the MenuItemButton Parameters Window?

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

I have created a SSRS report (Sales Invoice)without Contract Class and calling it from MenuItemButton. When i click on that menuitembutton a pop-up window(Print) is appearing to me. How can i bypass that window. Please help !popup.jpg

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Mea_ Profile Picture
    60,286 on at

    Hi Kavaljeet Singh,

    You don't need contract class, however, you need controller class. Main method of controller class should look like

    public static void main(Args _args)
    
    {
    
       SrsReportRunController reportRunController = new MyReportController();
    
       reportRunController.parmReportName(ssrsReportStr(MyReport, Report));
    
       reportRunController.parmArgs(_args);
    
       reportRunController.parmShowDialog(false);
    
       reportRunController.startOperation();
    
    }


  • Community Member Profile Picture
    on at

    where do i need to write above code?? kindly suggest

  • Verified answer
    Community Member Profile Picture
    on at

    thanks for your reply. but i have done it on clicked event. i need to create a Contract class then pass the args.

    void clicked()

    {

       Args                        args = new Args();

       CustInvoiceJour             custInvoiceJourLocal;

       SrsReportRunController      reportRunController;

       Acx_TmpSalesInvoiceCC       dataContract;

       MultiSelectionHelper helper = MultiSelectionHelper::construct();

       ;

       helper.parmDatasource(CustInvoiceJour_ds);

       custInvoiceJourLocal  = helper.getFirst();

       dataContract = new  Acx_TmpSalesInvoiceCC();

       reportRunController = new SrsReportRunController();

       reportRunController.parmLoadFromSysLastValue(false);

       reportRunController.parmReportName(ssrsReportStr(Acx_TestSalesInvoice,Mystro));

       reportRunController.parmShowDialog(false);

       dataContract = reportRunController.parmReportContract().parmRdpContract() as Acx_TmpSalesInvoiceCC;

       dataContract.parmInvoiceId(custInvoiceJourLocal.InvoiceId);

       reportRunController.startOperation();

       //super();

    }

  • Community Member Profile Picture
    on at

    thanks for the reference

Under review

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

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans