C# Class PdfRpt.DataSources.OdbcDataReaderDataSource

Odbc DataSource
Inheritance: IDataSource
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
OdbcDataReaderDataSource ( string connectionString, string sql ) : System

Converts the selected records to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

Method Details

OdbcDataReaderDataSource() public méthode

Converts the selected records to an IEnumerable of Pdf Cells Data
public OdbcDataReaderDataSource ( string connectionString, string sql ) : System
connectionString string the connection string
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>