Hi, I have created a report using reporting services and then embedded the report using a
report viewer data control in asp.net.
The date format of the original report in reporting services is yyyy/MM/dd, which is perfect.
Once embedded to the report viewer it changes to dd/MM/yyyy.
Is there any way of keeping the report in the original format.
Thanks.