C# Class PdfRpt.Core.PdfTable.AdHocPdfColumnDefinitions

Here you can control how cells should be rendered based on their specific data types.
显示文件 Open project: VahidN/PdfReport

Public Methods

Method Description
AdHocPdfColumnDefinitions ( IDataSource bodyDataSource, AdHocColumnsConventions conventions ) : System

Here you can control how cells should be rendered based on their specific data types.

CreatePdfColumnDefinitions ( ) : IList

Creates PdfColumnDefinitions list based on the PdfRptAdHocColumnsConventions

Private Methods

Method Description
getColumnItemsTemplate ( string columnName, Type type ) : IColumnItemsTemplate
getColumnNameItemsTemplate ( string columnName ) : IColumnItemsTemplate
getRowNoCol ( ) : ColumnAttributes
setAggregateFunc ( string columnName, ColumnAttributes colDef, Type type ) : void
setColumnAggregateFunc ( string columnName, ColumnAttributes colDef ) : bool
setColumnsDisplayFormatFormula ( string columnName, IColumnItemsTemplate template ) : bool
setDisplayFormatFormula ( string columnName, Type type, IColumnItemsTemplate template ) : void
tryShowRowNumberColumn ( ICollection result ) : void

Method Details

AdHocPdfColumnDefinitions() public method

Here you can control how cells should be rendered based on their specific data types.
public AdHocPdfColumnDefinitions ( IDataSource bodyDataSource, AdHocColumnsConventions conventions ) : System
bodyDataSource IDataSource PdfRpt's DataSource Contract
conventions PdfRpt.Core.Contracts.AdHocColumnsConventions Here you can control how cells should be rendered based on their specific data types.
return System

CreatePdfColumnDefinitions() public method

Creates PdfColumnDefinitions list based on the PdfRptAdHocColumnsConventions
public CreatePdfColumnDefinitions ( ) : IList
return IList