C# 클래스 PdfRpt.DataSources.ExcelDataReaderDataSource

Microsoft Excel Worksheet Reader DataSource
상속: IDataSource
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
ExcelDataReaderDataSource ( string filePath, string sql ) : System

Converts the selected records to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

비공개 메소드들

메소드 설명
getConnectionString ( ) : string

메소드 상세

ExcelDataReaderDataSource() 공개 메소드

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

Rows() 공개 메소드

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