Initializes a new instance of the ResourceGanttChartViewBaseDocumentPaginator class.

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

Syntax

C#
public ResourceGanttChartViewBaseDocumentPaginator(
	ResourceGanttChartViewBase control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ResourceGanttChartViewBase _
)

Parameters

control
Type: DlhSoft.Windows.Controls..::.ResourceGanttChartViewBase
The ResourceGanttChartViewBase control instance to paginate contents of.

See Also