c# - Convert Jasper .jrxml to Microsofts .rdlc -


i have huge (literally in hundreds) number of reports made in jasper , saved in .jrxml format. now, migrating parts of our application c#, , need reports. our prefered solution convert them .rdlc , use microsoft's native solution reporting.

is possible? or forced remake them all?

and before suggests it, yes, can call java code print reports. our temporary solution @ moment, clunky , error prone, , trying scrap java code our base anyway, looking long term solution.

jasper , microsoft reports use quite different models reports. created reports both products already. converting jasper hardly possible automatically. way example tables made different. have conversion hand. face challenge of missing features jasper offers , microsoft doesn't.

for worth in opinion jasper more powerful , flexible solution.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -