C# 클래스 PdfRpt.DataSources.OdbcDataReaderDataSource

Odbc DataSource
상속: IDataSource
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
OdbcDataReaderDataSource ( string connectionString, string sql ) : System

Converts the selected records to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

메소드 상세

OdbcDataReaderDataSource() 공개 메소드

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
리턴 System

Rows() 공개 메소드

The data to render.
public Rows ( ) : IEnumerable>
리턴 IEnumerable>