Prints the content of the control.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public void Print(
	string documentName
)
Visual Basic (Declaration)
Public Sub Print ( _
	documentName As String _
)

Parameters

documentName
Type: System..::.String
The name of the printing document.

Implements

IPertChartView..::.Print(String)

See Also