C# Class PdfRpt.Core.PdfTable.AdHocPdfColumnDefinitions

Here you can control how cells should be rendered based on their specific data types.
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode 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

Méthode 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 méthode

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.
Résultat System

CreatePdfColumnDefinitions() public méthode

Creates PdfColumnDefinitions list based on the PdfRptAdHocColumnsConventions
public CreatePdfColumnDefinitions ( ) : IList
Résultat IList