Developing SSRS Report using Ax Enum
Provider
Step 1:
Create a Query in AOT.
Step 2:
Add a datasource(SalesTable) into a
Query and Set a Range for particular Enum(SalesStatus).
Step 3:
Now open Visual Studio and create new
project.
Step 4:
Similarly add dataset into the report
and set the property datasourcetype-->Query , Query-->Our
Query Name.
Step 5:
Again add one more dataset and set
datasourcetype-->Ax Enum provider , Query-->Our Enum
Name(SalesStatus).
Step 6:
Drag and Drop the first dataset into
design node.
Finally Deploy the Report into AOT.
We will get the output...
No comments:
Post a Comment