C# Class PdfRpt.Core.PdfTable.RenderMainTable

Renders MainTable's Rows
显示文件 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
AddToDocument ( ) : void

Starts rendering of the MainTable

Private Methods

Method Description
initData ( ) : void
initManagers ( ) : void
initTable ( ) : void
initWrapping ( ) : void
setColumnsDefinitions ( ) : void
setColumnsVisibility ( ) : void
setLocalCache ( ) : void
setSharedData ( ) : void

Method Details

AddToDocument() public method

Starts rendering of the MainTable
public AddToDocument ( ) : void
return void