Can the .net reportviewer control be fully operated by code only (ie., minus the toolbar)
问题 Just started on a touchscreen based project that uses the reportviewer control. I will obviously be putting my own big buttons for report navigation , export to pdf etc since even people with tiny fingers will have a hard time clicking the out of box toolbar that comes with this control (see below screenshot). Can I do all of this from code 1) Show next / prev/first /last page of report 2) Show print dialog/page setup dialog/print layout 3) Export to pdf Thats all we need for now. I am going