C# Класс PdfRpt.DataSources.DataTableDataSource

System.Data.DataTable DataSource
Наследование: IDataSource
Показать файл Открыть проект

Открытые методы

Метод Описание
DataTableDataSource ( DataTable dataTable ) : System.Collections.Generic

Converts a DataTable to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

Описание методов

DataTableDataSource() публичный Метод

Converts a DataTable to an IEnumerable of Pdf Cells Data
public DataTableDataSource ( DataTable dataTable ) : System.Collections.Generic
dataTable System.Data.DataTable our dataTable value to convert
Результат System.Collections.Generic

Rows() публичный Метод

The data to render.
public Rows ( ) : IEnumerable>
Результат IEnumerable>