'Declaration
Public MustInherit NotInheritable Class PrintExtension
Remarks
This class contains a collection of static methods designed to facilitate the printing process of documents created with GrapeCity ActiveReports. It supports both section-based and page-based reports, offering various printing options such as displaying print dialogs, controlling the print progress dialog, and executing the print job on a separate thread for enhanced performance. The methods within this class extend the GrapeCity.ActiveReports.Document.SectionDocument and GrapeCity.ActiveReports.Document.PageDocument types, allowing for a seamless integration of printing capabilities directly from instances of these document types.