Exports the data in a specified format

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Export(
	ExportFileFormat format
)
Visual Basic
Public Sub Export ( _
	format As ExportFileFormat _
)
JScript
public function Export(
	format : ExportFileFormat
)

Parameters

format
Type: ExportFileFormat
The format used to export the data

See Also