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

DrawOnCell() public method

It will be called at the end of the cell's rendering.
public DrawOnCell ( System cell ) : void
cell System
return void
        public void DrawOnCell(System.Action<InlineFieldData> cell)
        {
            _builder.DrawOnCell = cell;
        }