C# 클래스 PdfRpt.DataSources.SqlDataReaderDataSource

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

공개 메소드들

메소드 설명
Rows ( ) : IEnumerable>

The data to render.

SqlDataReaderDataSource ( string connectionString, string sql ) : System

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

메소드 상세

Rows() 공개 메소드

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

SqlDataReaderDataSource() 공개 메소드

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