Open Axapta X++ Report throw Clicked method.
void clicked()
{
Args args = new args();
ReportRun reportRun;
;
args.parm(salesTable.SalesId);
args.name(reportstr(GiveReportName));
reportRun = classFactory.reportRunClass(args);
reportRun.init();
reportrun.run();
super();
}
Thank You!!
void clicked()
{
Args args = new args();
ReportRun reportRun;
;
args.parm(salesTable.SalesId);
args.name(reportstr(GiveReportName));
reportRun = classFactory.reportRunClass(args);
reportRun.init();
reportrun.run();
super();
}
Thank You!!
Hi! I found your blog today and I'm impressed with the quality of your content. I'll be definitely back soon! And go ahead to check out axapta.
ReplyDeleteI hope everything goes well for you. Cheers!