PdfRpt.FluentInterface.InlineFieldBuilder.DrawOnCell C# (CSharp) Метод

DrawOnCell() публичный Метод

It will be called at the end of the cell's rendering.
public DrawOnCell ( System cell ) : void
cell System
Результат void
        public void DrawOnCell(System.Action<InlineFieldData> cell)
        {
            _builder.DrawOnCell = cell;
        }