Table of Contents

Method ExportShowToHtml

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

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 DataTable

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