Prints the content of the control.

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

Syntax

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

Parameters

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

See Also