Link to home
Start Free TrialLog in
Avatar of bergertime
bergertime

asked on

Visual Studio 2010 Crystal Reports 13.0.200 save as .docx

I'm using Visual Studio 2010 with Crystal Reports 13.0.200, I save my docs as .doc with this:

 With myexportoptions
            .DestinationOptions = mydiskfiledestinationoptions
            .ExportDestinationType = CrystalDecisions.[Shared].ExportDestinationType.DiskFile
            .ExportFormatType = CrystalDecisions.[Shared].ExportFormatType.WordForWindows
        End With

How can I make it save in .docx?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bergertime
bergertime

ASKER

Thanks