On SSRS server, format standart for DateTime was adapted from Computer Setting. If we want to change this format, we must use an expression Format(Date, "StringFormat") like picture below
Related Posts
Add lookup method on SSRS Report parameters AX 2012To add lookup method on SSRS Report parameters, you must add a class extends to SrsReportDataContractUIBuilder. For example you can see existing report on AX 2012. This is detail of this report :
1. ... readmore
How To Edit Design of Existing SSRS Report In AX 2012To edit design existing report in ax 2012, you must open AOT then open Visual Studio Project -> Dynamics AX Model Project, then select existing report that you will edit. For example we will edit ... readmore
Show Company Name In SSRS ReportAdd an expression to a TextBox that view Company name and write it :
=Microsoft.Dynamics.Framework.Reports.DataMethodUtility.
GetFullCompanyNameForUser(
Parameters!AX_CompanyName.Value ... readmore
0 comments:
Post a Comment