There are two ways to deploy the SSRS report in AX 2012: 1、AOT Expand the AOT node 'SSRS Reports' and find the report that you want to deploy, and the Read More
args args; ReportRun rr; Report rb; PrintJobSettings pjs; ; args= new Args("Report"); args.record(common)); args.parmEnum(PrintCopyOriginal::OriginalP Read More
Args Args; SrsReportRunController controller; Common _record; SRSPrintDestinationSettings printSettings; ; controller= new SrsReportRunController(); c Read More
May be somebody want to start the AX journey life beginning as a newbie, firstly you need to build a AX environment to study it. Here is some suggesti... Read More
static void winAPI(Args _args){ str FilePathName; str labelData; int i = 1; boolean isSuccessful; FilenameFilter filter; str filePat... Read More
Remark: The AOS service running user can't be 'Network Service'(The default value), or else the web request will be deny running in batch job.static v... Read More
While we develop a ax ssrs report often using 'Business Logic' rather than 'AX Queries'. The 'Business Logic' is base on a AX class, there is a static... Read More
static public str getImage(){ CompanyInfo info = CompanyInfo::find(); BinData binData = new BinData(); str ret; ; //conver image to bas... Read More
MenuFunction CustRptMI;Args Args;;CustRptMI = new MenuFunction(menuItemOutputStr(srsCustomRpt),MenuItemType::Output)Args = new Args();Args.parm(“qryCu... Read More
We can easily get a datatable from AX to SSRS report. All the business logic can be written in AX, and the SSRS is the data showing platform.[DataMeth... Read More