Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ActionHandlerPrint Class / PrinterName Property

In This Topic
    PrinterName Property (ActionHandlerPrint)
    In This Topic
    Gets or sets the name of the printer to use. If empty, a printer select dialog will be shown to the user when the current action handler is invoked.
    Syntax
    'Declaration
     
    Public Property PrinterName As String
    public string PrinterName {get; set;}
    See Also