ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports Namespace / PrinterSettings Class / PrinterSettings Constructor / PrinterSettings Constructor(Report,String)

In This Topic
    PrinterSettings Constructor(Report,String)
    In This Topic
    Creates new printer handler.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal report As Report, _
       Optional ByVal reportName As String _
    )
    public PrinterSettings( 
       Report report,
       string reportName
    )

    Parameters

    report
    reportName
    See Also