上一页 1 2 3 4 5 6 ··· 13 下一页
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
posted @ 2016-03-28 15:37 Sprite.z Views(342) Comments(0) Diggs(0) Edit
args args; ReportRun rr; Report rb; PrintJobSettings pjs; ; args= new Args("Report"); args.record(common)); args.parmEnum(PrintCopyOriginal::OriginalP Read More
posted @ 2016-03-02 11:44 Sprite.z Views(295) Comments(0) Diggs(0) Edit
Args Args; SrsReportRunController controller; Common _record; SRSPrintDestinationSettings printSettings; ; controller= new SrsReportRunController(); c Read More
posted @ 2016-03-02 11:40 Sprite.z Views(239) Comments(0) Diggs(0) Edit
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
posted @ 2015-05-28 10:08 Sprite.z Views(170) Comments(0) Diggs(0) Edit
static void winAPI(Args _args){ str FilePathName; str labelData; int i = 1; boolean isSuccessful; FilenameFilter filter; str filePat... Read More
posted @ 2014-12-27 22:40 Sprite.z Views(273) Comments(0) Diggs(0) Edit
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
posted @ 2014-12-19 14:38 Sprite.z Views(437) Comments(0) Diggs(0) Edit
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
posted @ 2014-11-17 17:11 Sprite.z Views(257) Comments(0) Diggs(0) Edit
static public str getImage(){ CompanyInfo info = CompanyInfo::find(); BinData binData = new BinData(); str ret; ; //conver image to bas... Read More
posted @ 2014-09-10 09:18 Sprite.z Views(260) Comments(0) Diggs(0) Edit
MenuFunction CustRptMI;Args Args;;CustRptMI = new MenuFunction(menuItemOutputStr(srsCustomRpt),MenuItemType::Output)Args = new Args();Args.parm(“qryCu... Read More
posted @ 2014-09-10 09:15 Sprite.z Views(168) Comments(0) Diggs(0) Edit
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
posted @ 2014-09-10 09:11 Sprite.z Views(318) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 ··· 13 下一页