Initializes a new instance of the ActionHandlerPrint class, assigning the PrinterName property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ActionHandlerPrint(
	string printerName
)
Visual Basic
Public Sub New ( _
	printerName As String _
)

Parameters

printerName
Type: System..::..String
The printer name to assign to the PrinterName property.

See Also