ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / PrintingSettings Enumeration

In This Topic
    PrintingSettings Enumeration
    In This Topic
    Defines the configuration options for the printing process.
    Syntax
    'Declaration
     
    Public Enum PrintingSettings 
       Inherits System.Enum
    public enum PrintingSettings : System.Enum 
    Members
    MemberDescription
    NoneNo print dialog will be displayed.
    ShowPrintDialogDisplays the print dialog before printing.
    ShowPrintProgressDialogDisplays a progress dialog during the printing process.
    UsePrintingThreadExecutes the printing process on a separate thread.
    UseStandardDialogUses the standard print dialog.
    UseXpStyleDialogUses the XP style print dialog.
    Remarks
    This enumeration allows for the customization of the printing process by specifying whether dialogs should be displayed, whether printing should occur on a separate thread, and which style of print dialog should be used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.PrintingSettings

    See Also