Method | Description | |
---|---|---|
CellRendered ( |
This method is called at the end of the cell's rendering.
|
|
RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
Custom cell's content template as a PdfPCell
|
Method | Description | |
---|---|---|
showEmptyCell ( string data ) : string |
public CellRendered ( |
||
cell | The current cell | |
position | The coordinates of the cell | |
canvases | An array of PdfContentByte to add text or graphics | |
attributes | PdfRpt.Core.Contracts.CellAttributes | Current cell's custom attributes |
return | void |
public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : |
||
attributes | PdfRpt.Core.Contracts.CellAttributes | |
return |