Prints the diagram.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
public void Print(
	string title,
	string preparingMessage,
	bool autoClose,
	bool rotate
)
Visual Basic (Declaration)
Public Sub Print ( _
	title As String, _
	preparingMessage As String, _
	autoClose As Boolean, _
	rotate As Boolean _
)

Parameters

title
Type: System..::.String
The title to use for the temporary client window generated to support the print operation.
preparingMessage
Type: System..::.String
The temporary message to be displayed in the output window while the asynchronous print operation is in progress.
autoClose
Type: System..::.Boolean
Determines whether to automatically close the temporary export output window generated for printing when the operation is completed.
rotate
Type: System..::.Boolean
Determines whether to rotate the exported content in order to simulate Landscape printing.

See Also