Hello there!
Right now, my apps can show some reports in PDF format: I have a WebApi call that opens a Crystal Report, populate it with updated data, save as PDF, and put it on a shared folder to see it using that popular javascript web viewer through a WebView on the App.
But our customer wants to watch the Crystal Report itself, because it has navigation (sub-reports, line details data...), so PDF is not good enough.
Asking to our SAP expert, he said that there is a lot of plugins to see Crystals on PC and mobile phones, so it can be easy to find a plugin or something to put a report in our APP. So I was looking for some examples or info, and I only found how to do on VS with C#, but no clue on how to show on a Xamarin page or how to open it on a third-party APP (if any).
Could you give me some advices, point me on the right direction or a link to a blog or something to do that? Or what the customer/expert wants is impossible right now?
Thank you.