DevExpress / Reporting.Import

An import tool designed to convert third party reports into an internal format supported by DevExpress Reports
https://www.devexpress.com/subscriptions/reporting/
MIT License
24 stars 17 forks source link

Not working #16

Closed SkyscraperFarms closed 3 years ago

SkyscraperFarms commented 3 years ago

When I run it in debugging in VS2019 it opens and then immediately quits.

Command line gives this message "File extension '.rpt' is not supported"

k0st1x commented 3 years ago

Hello! In the visual studio you may build project in "Release" configuration where all supported third-party-vendors are included. Also you may select some "Debug_*" configuration, for example "Debug_Crystal" where SAP Crystal Reports will be supported. Please try such project configuration and see the result. Additionally you may read the Convert Third-Party Reports to DevExpress Reports article for more information.