Exports the diagram content.

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

Syntax

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

Parameters

target
Type: System..::.String
The client window name to export to; by default the content is exported to a new window ("_blank" target).
title
Type: System..::.String
The title to use for the temporary client window generated to support the export operation.
preparingMessage
Type: System..::.String
The temporary message to be displayed in the output window while the asynchronous export operation is in progress.
rotate
Type: System..::.Boolean
Determines whether to rotate the exported content in the output document.

See Also