C# Class Queue.Reports.BaseReport

Inheritance: IQueueReport
Mostra file Open project: breslavsky/queue

Protected Properties

Property Type Description
styles StandardCellStyles

Private Properties

Property Type Description

Public Methods

Method Description
BaseReport ( ) : Junte.Data.NHibernate
Generate ( ) : HSSFWorkbook

Protected Methods

Method Description
InternalGenerate ( ) : HSSFWorkbook
WriteCell ( IRow row, int column, Action setValue, ICellStyle style = null ) : ICell

Method Details

BaseReport() public method

public BaseReport ( ) : Junte.Data.NHibernate
return Junte.Data.NHibernate

Generate() public method

public Generate ( ) : HSSFWorkbook
return HSSFWorkbook

InternalGenerate() protected abstract method

protected abstract InternalGenerate ( ) : HSSFWorkbook
return HSSFWorkbook

WriteCell() protected method

protected WriteCell ( IRow row, int column, Action setValue, ICellStyle style = null ) : ICell
row IRow
column int
setValue Action
style ICellStyle
return ICell

Property Details

styles protected_oe property

protected StandardCellStyles styles
return StandardCellStyles