MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports Namespace / PrintExtension Class
Members

PrintExtension Class
Provides extension methods for printing GrapeCity.ActiveReports.Document.SectionDocument and GrapeCity.ActiveReports.Document.PageDocument objects within the GrapeCity ActiveReports Viewer.
Object Model
PrintExtension Class
Syntax
'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.
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PrintExtension

See Also