Method ExportShowToHtml
ExportShowToHtml(DataTable, IEnumerable<ISupportEntityListView>)
Exports the mainEntityDataTable and optional entityListViews to an HTML file for display.
public Task ExportShowToHtml(DataTable mainEntityDataTable, IEnumerable<ISupportEntityListView> entityListViews = null)
Parameters
mainEntityDataTable
DataTableThe main DataTable to export.
entityListViews
IEnumerable<ISupportEntityListView>Optional list of entity list views to include in the export.
Returns
- Task
A task representing the asynchronous operation.