PdfRpt.FluentInterface.InlineFieldBuilder.RenderCell C# (CSharp) Method

RenderCell() public method

Custom cell's content template as a PdfPCell
public RenderCell ( iTextSharp.text.pdf.PdfPCell>.Func cell ) : void
cell iTextSharp.text.pdf.PdfPCell>.Func
return void
        public void RenderCell(Func<InlineFieldData, iTextSharp.text.pdf.PdfPCell> cell)
        {
            _builder.RenderCell = cell;
        }