C# Class PdfRpt.DataSources.DataTableDataSource

System.Data.DataTable DataSource
Inheritance: IDataSource
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
DataTableDataSource ( DataTable dataTable ) : System.Collections.Generic

Converts a DataTable to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

Method Details

DataTableDataSource() public méthode

Converts a DataTable to an IEnumerable of Pdf Cells Data
public DataTableDataSource ( DataTable dataTable ) : System.Collections.Generic
dataTable System.Data.DataTable our dataTable value to convert
Résultat System.Collections.Generic

Rows() public méthode

The data to render.
public Rows ( ) : IEnumerable>
Résultat IEnumerable>