Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
findFirstInsertIndex ( List |
||
insertMissingTopFields ( List |
||
modifyRowInsertVariableFields ( List |
||
processIEnumerables ( ICollection |
||
processNormalProperties ( ICollection |
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 |
Résultat | System |