C# Class PdfRpt.ColumnsItemsTemplates.ProgressBarField

Displaying current cell's data as text plus a ProgressBar
Inheritance: IColumnItemsTemplate
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void

This method is called at the end of the cell's rendering.

RenderingCell ( CellAttributes attributes ) : PdfPCell

Custom cell's content template as a PdfPCell

Private Methods

Méthode Description
getPercent ( CellAttributes attributes ) : float

Method Details

CellRendered() public méthode

This method is called at the end of the cell's rendering.
public CellRendered ( PdfPCell cell, Rectangle position, PdfContentByte canvases, PdfRpt.Core.Contracts.CellAttributes attributes ) : void
cell iTextSharp.text.pdf.PdfPCell The current cell
position iTextSharp.text.Rectangle The coordinates of the cell
canvases iTextSharp.text.pdf.PdfContentByte An array of PdfContentByte to add text or graphics
attributes PdfRpt.Core.Contracts.CellAttributes Current cell's custom attributes
Résultat void

RenderingCell() public méthode

Custom cell's content template as a PdfPCell
public RenderingCell ( CellAttributes attributes ) : PdfPCell
attributes CellAttributes
Résultat PdfPCell