Exports the data in a specified format
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void Export(
string path,
ExportFileFormat format
) |
| Visual Basic |
|---|
Public Sub Export ( _
path As String, _
format As ExportFileFormat _
) |
| JScript |
|---|
public function Export(
path : String,
format : ExportFileFormat
) |
Parameters
- path
- Type: System..::..String
The path of the file that will be used to save the report
- format
- Type: ExportFileFormat
The format used to export the data
See Also