IHostManagementViewsShowExportExcel Method

Export a table to Excel, first asking for the path of the generated file.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void ShowExportExcel(
	string title,
	string table,
	string fields,
	string condition,
	string order,
	string excelSheet,
	List<ExcelColumnTable> excelColumns
)

Parameters

title  String
Title.
table  String
Table from which to get the list.
fields  String
Fields to be included in the list.
condition  String
List data selection criteria.
order  String
Ordering expression.
excelSheet  String
Excel sheet.
excelColumns  ListExcelColumnTable
List<ExcelColumnTable> with the Excel columns.

See Also