PdfRpt.Core.PdfTable.MainTableCellsEvent.MainTableCellsEvent C# (CSharp) 메소드

MainTableCellsEvent() 공개 메소드

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
리턴 System.Collections.Generic
        public MainTableCellsEvent(CellAttributes pdfRptCell)
        {
            _pdfRptCell = pdfRptCell;
        }