It's not as easy as crystal (drag and drop). Basically, you'll need to generate a PDF on the device, and then print it.
On the plus side, iOS has PDF built in, as well as printing but more specifically: http://blog.xamarin.com/2012/02/28/register-for-the-march-xamarin-seminars/ The CoreGraphics one. They cover drawing a PDF (it's just a graphics context). Once you have a PDF, you should be able to print it. http://new-docs.xamarin.com/Samples/Details?type=MonoTouch&id=83 you could then use AirPrint or the normal bluetooth stuff to print the PDF. But you'd need to read the iOS API docs for that, I suspect. A quick google showed this up: http://developer.apple.com/library/ios/DOCUMENTATION/2DDrawing/Conceptual/DrawingPrintingiOS/DrawingPrintingiOS.pdf These might help too http://blog.xamarin.com/2012/03/30/introducing-xamarin-recipes/ http://new-docs.xamarin.com/Samples On Wed, Apr 4, 2012 at 08:41, Jack <[email protected]> wrote: > I have an accounting system on .Net. There are invoice printing to printer or > emailing invoices to customers. I would like to implement it on Iphone by > using Monotouch Studio. How would I implement those functionalities in > Monotouch. > > In summary... > > I would like to make report and convert to pdf as I do in crystal report for > an invoice > > 2) Sometimes without internet connection or any wifi still want to print > invoices to printer via bluetooth or by cabling or anything else that works > > > Please, can monotouch supply above scenario? > Looking forward anyone advice, > Thanks > Jack > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Reporting-and-Invoice-Transaction-Printing-tp4531160p4531160.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/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p 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 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
