Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了 Visual Studio Power Pack 中的 PRINTFORM、PRINTDOCUMENT,但我也无法打印完整的可滚动表单。我正在使用视觉工作室 2010。
谁能帮我?先感谢您。
设置PrintForm.PrintOption。
PrintForm1.Print(Me, Scrollable)
试试 Visual Basic PowerPacks。将PrintAction属性设置为PrintToPrinter。
PrintAction
PrintToPrinter
PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.Scrollable)