Overload | Description |
---|---|
Print() | Displays a Print dialog that allows the grid to be printed. |
Print(Boolean) | Displays a Print dialog that allows the grid to be printed, as well as indicating whether the progress window is displayed. |
Print(String,Boolean) | Displays a Print dialog that allows the grid to be printed specifying the title that will be used as the print-job, as well as indicating whether the progress window is displayed. |
Print(String,Boolean,Boolean) | Displays a Print dialog that allows the grid to be printed specifying the title that will be used as the print-job name and indicating whether the end user can specify the range of pages to print, as well as indicating whether the progress window is displayed. |
Print(String,Boolean,EventHandler<ProgressEventArgs>,Boolean) | Displays a Print dialog that allows the grid to be printed specifying the title that will be used as the print-job name, indicating whether the end user can specify the range of pages to print, and providing a callback that will handle the PrintProgression event, as well as indicating whether the progress window is displayed. |
Print(String,Boolean,EventHandler<ProgressEventArgs>,Boolean,PrintTicket) | Displays a Print dialog that allows the grid to be printed specifying the title that will be used as the print-job name, indicating whether the end user can specify the range of pages to print, and providing a callback that will handle the PrintProgression event, as well as indicating whether the progress window is displayed, and specifying a set of print options. |