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

In This Topic
    ActualCreationPrinterName Property (C1PrintDocument)
    In This Topic
    Gets the name of the actual measurement printer which was used to generate the document. This can differ from the name specified by CreationPrinterName, for example if the report was rendered on a system with no such printer.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualCreationPrinterName As System.String
    public System.string ActualCreationPrinterName {get;}
    See Also