C# 클래스 PdfRpt.DataSources.AnonymousTypeListDataSource

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

공개 메소드들

메소드 설명
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.

메소드 상세

AnonymousTypeListDataSource() 공개 메소드

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

Rows() 공개 메소드

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