Method | Description | |
---|---|---|
ClosingDocument ( ) : byte[] |
Fires before closing the document
|
|
DocumentOpened ( IList |
Fires when the document is opened.
|
|
ExportToCsv ( ) : System |
ctor.
|
|
RowAdded ( IList |
Fires after adding a row to the main table.
|
Method | Description | |
---|---|---|
initWriter ( ) : void | ||
isByteArray ( CellData item ) : bool | ||
makeValueCsvFriendly ( object value ) : string |
public DocumentOpened ( IList |
||
pdfColumnsAttributes | IList |
Sets columns definitions of the current report at startup |
documentPreferences | Document settings. | |
return | void |
public RowAdded ( IList |
||
cellsData | IList |
cells data |
isNewGroupStarted | bool | Indicates starting a new group |
return | void |