Is it possible to create more than one report under the same project node in visual studio by using 1 Report data provider class as the data source and 1 table dataset? There are business logic that we need to implement.
1. There is a form and on the form there is this logic that must follow.
If Employee type A is picked from a drop down list then only show section 1 and 2 of the form will be displayed and so forth and so on. We've implemented this logic by overriding init and initDesign(switch case statement) method on the form. Main goal of implementing this logic is so that only necessary fields are shown on the form since there are lots of fields on the form.
2. Our requirement is to follow this exact logic on the SSRS report.
3. I'm not so how to implement this logic by create 1 SSRS report so I'm thinking about create 3 reports but with one class.
Any thoughts/suggestions/example within AX or any links that I can research on would be greatly appreciated.
Running AX 2012 R2. Created customized project.
*This post is locked for comments
I have the same question (0)