Levels the task resources in the control.

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

Syntax

C#
public void LevelResources(
	bool includeStartedTasks
)
Visual Basic (Declaration)
Public Sub LevelResources ( _
	includeStartedTasks As Boolean _
)

Parameters

includeStartedTasks
Type: System..::.Boolean
A value indicating whether to level resources for started tasks also.

See Also