Announcements
Hi guys,
i want to in the SSRS report Address format
Example ;
RBI|Colony|2 street|UAE|
mob|Fax 000232|Email |
how to achieve in X++ Code what to be done?
Thanks.
many thanks Christoph
Hi,
you can find the menu here:
Hi Christoph where is Find the above the Address setup which module.
Hi WaytoAX,
You can select “Add Page Header” and “Add Page Footer” options in report menu.
Refer to the link:
community.dynamics.com/.../ax-2012-creating-the-ssrs-report-precision-design
You need to write a simple expression on the textbox control which is placed on the footer and you can utilize expression to show different footer on different pages.
Hi,
it seems to be the footer of the document, isn`t it? So I assume this is the master data of the legal entity correct? Usually these fields are in the report header datasource. Here an example of the freetext invoice
with this fields available you can place them on your report as needed.
Hi WaytoAx
Check LogisticsPostalAddressStringBuilder class. You can try to create a new format on the form mentioned by Christoph and pass a new formatId as parameter to LogisticsPostalAddressStringBuilder class and build address.
The result can be saved to separate field in table DP and added to the report.
Thanks for your replay Christoph Thaler.
i want to in the SSRS Design Address format
Hi WaytoAx,
usually there is no need to do the address layout in the SSRS report. In D365 you can define the layout in the global address book setup on your own. At the end you will get the data in this format into the SSRS report (sales order confirmation, purchase order, packing slip,...)
If you created an own SSRS report you can reused the logic from these reports in your dataprovider.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator