Types of SSRS Reports in AX 2012

What are types of SSRS Reports in AX 2012???

Not sure what the ‘type’ you were referring to, but for the SSRS reports, they can come out of “autoDesign” or “precision design” for the report layout.

Am confused about it…query based,RDP,Ax enum provider,Business logic what kind these reports meant for.??

uday

OK, when talking about the way the reports getting the data, there are 2 main ways to feed the data to the SSRS reports. One way is AX Query based, the other is to use the Data Provider class. For Query, you will build a Query on the AOT and it’s simpler but not flexible enough. For Data Provider way, you will build a data provider X++ class to get the data. Check some documentation online, there are examples there.