I've not seen a reporting engine for MonoTouch, or for iOS in general - you may have to write one. You could generate HTML, or a PDF (using PSPPDF or something similar)
https://github.com/dalexsoto/MonoTouch-PSPDFKit-bindings But you are still doing it yourself - there is no "reports generator" like Crystal Reports or SSRS. If you can push the data to a server, you might be able to do it server side, and just download the PDF or similar to show to the user. On Fri, Nov 2, 2012 at 12:19 PM, sama446 <[email protected]> wrote: > I am new to IPAD development. > > I have regular .Net application which produces reports. I am writing similar > application for IPAD and stuck at the report generation point. > > I need to know if there is any way to generate reports in IPAD through > MonoTouch. Even a web-link to a proper source which explains how to do it > would be great. > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-to-generate-Reports-through-Monotouch-on-IPAD-tp4657587.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
