Skip to Content
0
Former Member
Jan 07, 2008 at 05:58 PM

DateTime is not formatted

22 Views

Post Author: pjaush

CA Forum: .NET

In Visual Studio I designed an dataset.xsd, added a table, configured columns (some to be of type System.DateTime), I created a new report with the dataset xsd as connection. Everything works fine. At runtime I assing a dynamically created and filled dataset which does not completely match the dataset.xsd but which has at least all the columns inside, that are used in the report (and the dataset.xsd). This works so far, BUT!!!!

DateTime columns are not at all formatted.

What to do?

Thanks for every hint.Patrick