ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / CreationPrinterName Property

In This Topic
    CreationPrinterName Property (C1PrintDocument)
    In This Topic
    Gets or sets the name of the printer that is used to provide reference graphics when generating the document.

    This property is only used if CreationDevice is set to MeasurementDeviceEnum.Printer.

    Set this property to null to select the reference printer automatically.

    Syntax
    'Declaration
     
    Public Property CreationPrinterName As System.String
    public System.string CreationPrinterName {get; set;}
    See Also