ActiveReports Developer 7
StartJob Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SystemPrinter Class : StartJob Method

printJob
The job being printed.

Glossary Item Box

Starts a SystemPrinter print job.

Syntax

Visual Basic (Declaration) 
Public Sub StartJob( _
   ByVal printJob As System.String _
) 
C# 
public void StartJob( 
   System.string printJob
)

Parameters

printJob
The job being printed.

See Also