C# 클래스 PdfRpt.DataSources.CrosstabDataSource

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

공개 메소드들

메소드 설명
CrosstabDataSource ( IEnumerable source, bool topFieldsAreVariableInEachRow = false, int dumpLevel = 2 ) : System

Converts the result of the CrosstabExtension.Pivot method to an IEnumerable of Pdf Cells Data

Rows ( ) : IEnumerable>

The data to render.

비공개 메소드들

메소드 설명
findFirstInsertIndex ( List firstRowsDataItems, int &topFieldsIndex, int &insertIndex ) : void
insertMissingTopFields ( List firstRowsDataItems, int topFieldsIndex, int insertIndex ) : void
modifyRowInsertVariableFields ( List firstRowsDataItems ) : void
processIEnumerables ( ICollection list, object columnObject ) : void
processNormalProperties ( ICollection list, object columnObject ) : void

메소드 상세

CrosstabDataSource() 공개 메소드

Converts the result of the CrosstabExtension.Pivot method to an IEnumerable of Pdf Cells Data
public CrosstabDataSource ( IEnumerable source, bool topFieldsAreVariableInEachRow = false, int dumpLevel = 2 ) : System
source IEnumerable Result of the CrosstabExtension.Pivot method
topFieldsAreVariableInEachRow bool Indicates whether top fields should be prepopulated before starting the main table's rendering or not
dumpLevel int how many levels should be searched
리턴 System

Rows() 공개 메소드

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