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