Method ExportShowToHtml
ExportShowToHtml(DataTable, IEnumerable<ISupportEntityListView>)
Exports the data to an HTML file.
Task ExportShowToHtml(DataTable mainEntityDataTable, IEnumerable<ISupportEntityListView> entityListViews = null)
Parameters
mainEntityDataTableDataTableThe main entity data to be exported.
entityListViewsIEnumerable<ISupportEntityListView>The list of entity list views to be exported.
Returns
- Task
A task representing the asynchronous operation.