C# Class PdfRpt.DataSources.AnonymousTypeListDataSource

A list DataSource
Inheritance: IDataSource
ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
AnonymousTypeListDataSource ( IEnumerable listOfRows, int dumpLevel = 2 ) : System.Collections

Converts a list of anonymous type items to an IEnumerable of Pdf Cells Data.

Rows ( ) : IEnumerable>

The data to render.

Method Details

AnonymousTypeListDataSource() public method

Converts a list of anonymous type items to an IEnumerable of Pdf Cells Data.
public AnonymousTypeListDataSource ( IEnumerable listOfRows, int dumpLevel = 2 ) : System.Collections
listOfRows IEnumerable list of items
dumpLevel int how many levels should be searched
return System.Collections

Rows() public method

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