-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Microsoft Dynamics AX 2012 R3 Reporting Cookbook Update
By :

There are two ways to design an SSRS report in Visual Studio:
In this recipe, we will create a simple auto design report by using the dataset added in the previous recipe, which will fetch the data and show it in the report.
In auto design, there are layouts that are already built in, and we can choose one in which we want to show the data, based on our preferences.
To develop reports in Dynamics AX 2012 R3, you need Visual Studio, through which you can design, develop, and deploy the reports. SQL Reporting Services must be properly installed and configured. You must also have access to the reporting manager to manage and see the reports present in AX 2012 R3.
In this recipe, we will add an auto design under the Design node of the report. We will then assign its layout properties to ReportLayoutStyleTemplate and print the report.
There are some standard report templates in AX. You can choose any of them for pre-designed layouts.
VendorMaster
.The new format will look like the following screenshot:
Auto design is much easier to design and develop when compared to precision design. The default type (table/chart) for auto design is defined in the properties of the dataset. The default type determines what kind of control is added when the dataset is dragged and dropped into the auto design node.
Templates: Templates are responsible for printing the header, footer, and company name on a report. They also manage the font and colors. Currently, AX does not support printing the company image in the header through auto design.
Report preview: This accesses the default company in AX to show a report preview. So, ensure that the default company in AX has data, otherwise you may not find data in the preview.
Standard SSRS reporting doesn't have the concept of auto design. This is only available in the AX SSRS implementation.
Change the font size
Change margin width
Change background colour