C# Class PdfRpt.DataSources.SqlDataReaderDataSource

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

Méthodes publiques

Méthode Description
Rows ( ) : IEnumerable>

The data to render.

SqlDataReaderDataSource ( string connectionString, string sql ) : System

Converts the selected records to an IEnumerable of the Pdf Cells Data

Method Details

Rows() public méthode

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

SqlDataReaderDataSource() public méthode

Converts the selected records to an IEnumerable of the Pdf Cells Data
public SqlDataReaderDataSource ( string connectionString, string sql ) : System
connectionString string the connection string
sql string SQL statement to select the required records
Résultat System