PdfRpt.Core.PdfTable.MainTableCellsEvent.MainTableCellsEvent C# (CSharp) Method

MainTableCellsEvent() public method

Allows accessing cell's canvas after finishing its rendering to add additional text or graphics
public MainTableCellsEvent ( PdfRpt.Core.Contracts.CellAttributes pdfRptCell ) : System.Collections.Generic
pdfRptCell PdfRpt.Core.Contracts.CellAttributes Related cell's attributes
return System.Collections.Generic
        public MainTableCellsEvent(CellAttributes pdfRptCell)
        {
            _pdfRptCell = pdfRptCell;
        }