I have in my Report, I'm using Visual Studio Ultimate 2013 a TextBox with DATE value
I would like to set the DATE format by current Regional Setting.
So : if is US I wold like to set format yyyy/mm/dd etc.. There is a possible way in Visual Studio. There is a specific property or formula ?
I need to set dynamically the date format.
Thanks!
You will need to navigate to Text box properties > Number > Date. Select any date format which begins with asterisk(*) as it denotes that regional settings will be applied. You can refer to the screenshot below for details