ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / StartJob Method
The job being printed.

In This Topic
    StartJob Method
    In This Topic
    Starts a SystemPrinter print job.
    Syntax
    'Declaration
     
    Public Sub StartJob( _
       ByVal printJob As String _
    ) 
    public void StartJob( 
       string printJob
    )

    Parameters

    printJob
    The job being printed.
    See Also