11 Oct 2013

Disable the rendering extensions

Many reporting scenarios do not rely on run-time design alterations based on user context i­nformation; instead, they require fast performance because of their scale. This is the case for most document-based reports, such as those listing customer and vendor invoices, purchase packing slips, and checks. Although the overhead of dynamic formatting of report designs is barely noticeable in
an interactive session, it may become an issue in bulk operations where a large number of reports are requested as part of a batch operation. The Microsoft Dynamics AX reporting framework includes a control in the Report Deployment Settings form
Tools > Business Intelligence Tools > Report Deployment ­ settings



that disables the custom rendering extensions for specific report designs. This settings is highly ­ ecommended for any large-scale transactional reports that run in batch operations and don’t require run-time design alterations.
   
If you select the Use Static Report Design check box in the Report Deployment Settings form,Microsoft Dynamics AX produces language-specific versions of the report design with labels and column sets fully resolved. This occurs the next time that the report is deployed to the report server. These reports are called static RDL reports. The Microsoft Dynamics AX reporting framework
automatically uses the design that is appropriate given the context of the user running the report.

However, no additional design alterations are performed when the report is invoked by the user. To make the report dynamic again, clear the Use Static Report Design check box or delete the entry in the Report Deployment Settings form.

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...