views:

7

answers:

0

Hi,

I'm actually using the crystal report provide by Visual Studio 2008. I'm developping a wpf application in c#.

So, i'm making a xmldoc and provide it to my crystalreport,and everything works properly,except when i want to export to excel from the crystalreportviewer.

In my report,i have many data which are numbers like float,int... But when i'm opening my excel file, every data lost their types.So the user can't use macro except if he use the reformatting tool provide by excel.

The schema for my crystalreport comes from a .xsd file.

If anyone can help me,i would be grateful.