Open SSRS report through code with selected records


S3_ServiceOrderController           controller = new S3_ServiceOrderController(); 
        S3_ServiceOrderContract             rdpContract = new S3_ServiceOrderContract(); 
        ;

// Added by Pramod on 24 th march 2015 start

        controller.getReportName(ssrsReportStr(S3_ServiceOrder1, ProformaPurchaseOrderDesign));
        controller.parmShowDialog(false);
        controller.parmReportContract().parmRdpContract(rdpContract);
        rdpContract.parmPurchId(PurchParmTable.PurchId);
        controller.startOperation();
    // Ended

Download the xpo from below link---

Download XPO

Comments

Popular posts from this blog

Create record in inventdim table through code X++ in ax 2012

Code to import Employee Master data in ax 2012 R3 x++

Post product receipt for registered quantity x++, Ax 2012