Prints the final document with the given printer settings.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void Print(
	PrinterSettings ps
)
Visual Basic (Declaration)
Public Sub Print ( _
	ps As PrinterSettings _
)
Visual C++
public:
void Print(
	PrinterSettings^ ps
)

See Also