Method | Description | |
---|---|---|
ExcelDataReaderDataSource ( string filePath, string sql ) : System |
Converts the selected records to an IEnumerable of Pdf Cells Data
|
|
Rows ( ) : IEnumerable |
The data to render.
|
Method | Description | |
---|---|---|
getConnectionString ( ) : string |
public ExcelDataReaderDataSource ( string filePath, string sql ) : System | ||
filePath | string | .xlsx or .xls file path |
sql | string | SQL statement to select the required records |
return | System |