C# Class PdfRpt.DataSources.ExcelDataReaderDataSource

Microsoft Excel Worksheet Reader DataSource
Inheritance: IDataSource
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
ExcelDataReaderDataSource ( string filePath, string sql ) : System

Converts the selected records to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

Private Methods

Méthode Description
getConnectionString ( ) : string

Method Details

ExcelDataReaderDataSource() public méthode

Converts the selected records to an IEnumerable of Pdf Cells Data
public ExcelDataReaderDataSource ( string filePath, string sql ) : System
filePath string .xlsx or .xls file path
sql string SQL statement to select the required records
Résultat System

Rows() public méthode

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