Method | Description | |
---|---|---|
ClosingDocument ( ) : byte[] |
Fires before closing the document
|
|
DocumentOpened ( IList |
Fires when the document is opened.
|
|
ExportToExcel ( ) : System |
ctor.
|
|
RowAdded ( IList |
Fires after adding a row to the main table.
|
Method | Description | |
---|---|---|
addHeaderFooter ( ) : void | ||
addImageFromFile ( CellData item ) : void | ||
addImageFromStream ( byte data ) : void | ||
addNumberformat ( ) : void | ||
addToTable ( ) : void | ||
autoFitColumns ( ) : void | ||
formatCell ( CellData item ) : void | ||
getHorizontalAlignment ( int idx ) : ExcelHorizontalAlignment | ||
initFormats ( ) : void | ||
initSettings ( ) : void | ||
isByteArrayImageField ( CellData item ) : bool | ||
isImageFilePathField ( CellData item ) : bool | ||
printHeader ( ) : void | ||
setAggregateFunctions ( |
||
setDateTimeItem ( CellData item ) : void | ||
setDocumentMetadata ( ) : void | ||
setGroups ( bool isNewGroupStarted ) : void | ||
setHorizontalAlignment ( |
||
setNumericItem ( CellData item ) : void | ||
setOrientation ( ) : void | ||
setPageLayout ( ) : void | ||
setRunDirection ( ) : void | ||
setTimeSpanItem ( CellData item ) : void |
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 |