Showing posts with label Ax 2012 SSRS Reports. Show all posts
Showing posts with label Ax 2012 SSRS Reports. Show all posts

SSRS DrillThrough Reports in Ax 2012

Hi Friends, today I would like to share my learning related to SSRS DrillThrough reports, Please follow the below steps to achieve the DrillThrough functionality.

1.  Open the report for which DrillThrough functionality needs to be applied.
2.  Create a new data method as shown below
3. Rename the newly added data method to PurchaseOrder
4. Open the data method PurchaseOrder and we will find the newly added Business logic project added to the same solution as show below.
Method Content:












SSRS Tips: X++ code to get Company Logo in D365 F&O || Ax 2012

Hi Everyone, 

There are multiple ways for presenting Company logo in SSRS reports(i.e. RDP reports). Today I would like to share my way of inserting the company logo into  tempTable.

   // Variable declaration
   CompanyInfo        companyInfo = companyInfo::find();

SSRS Tips: How To Get GrandTotal Using Autodesign in SSRS Report

Procedure:  3 Simple & Easy Step's


1. Open Property Window Of AutoDesign Node In Your Report.
2. Set The "GrandTotal" Property To "Yes".
3.That's it , It will Take care of the printing the total .

Proud To Be a DAX Developer  :-)