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

In This Topic
    PrintingSettings Enumeration
    In This Topic
    Print process settings
    Syntax
    'Declaration
     
    Public Enum PrintingSettings 
       Inherits System.Enum
    public enum PrintingSettings : System.Enum 
    Members
    MemberDescription
    NoneIf set the Print-dialog will not be shown.
    ShowPrintDialogIf set the Print-dialog will be shown.
    ShowPrintProgressDialogIf set the dialog with printing state information will be shown.
    UsePrintingThreadIf set the printing will be run in new thread.
    UseStandardDialogIf set the printing will use standard PrintDialog
    UseXpStyleDialogIf set the printing will use the XP style dialog
    Inheritance Hierarchy

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

    See Also