Table of Contents

Method ExportShowToHtml

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

ExportShowToHtml(DataTable, IEnumerable<ISupportEntityListView>)

Exports the data to an HTML file.

Task ExportShowToHtml(DataTable mainEntityDataTable, IEnumerable<ISupportEntityListView> entityListViews = null)

Parameters

mainEntityDataTable DataTable

The 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.