PdfRpt.ColumnsItemsTemplates.CheckmarkField.RenderingCell C# (CSharp) Méthode

RenderingCell() public méthode

Custom cell's content template as a PdfPCell
public RenderingCell ( PdfRpt.Core.Contracts.CellAttributes attributes ) : PdfPCell
attributes PdfRpt.Core.Contracts.CellAttributes
Résultat iTextSharp.text.pdf.PdfPCell
        public PdfPCell RenderingCell(CellAttributes attributes)
        {
            return new PdfPCell();
        }