Announcements
No record found.
Good day everyone,
I'm developing a report that uses an RDP with two date parameters.
when the date parameters are displayed in the report using auto design, they are formatted as dateTime instead of date, which can mislead the user and confuse them.
Is there a way to remove the time portion of the date?
Hi Abdullah,
Have you tried to format the values using this?
=format(Parameters!Dataset1_FromDate.Value,"dd/MM/yyyy")
Hi Abdullah T,
Please use following expression in the textbox of the date field.
=format(Parameters!Dataset1_AsPerDate.Value,"dd/MM/yyyy")
Refer to:
daxture.blogspot.com/.../format-date-in-ssrs-report.html
I'm using an auto design though, and if I understand correctly, I have to create a precision design to add this formatting, right?
Hi Abdullah T
Yes, an auto design works well for that quick report solution when you need to mainly get some data out fast and the users aren't too picky on how it looks.
In your case , you need to use precision design.
Thank you Will, I'll do just that.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 617
André Arnaud de Cal... 461 Super User 2026 Season 1
Syed Haris Shah 298 Super User 2026 Season 1