Renders ReportControl into ExcelDocument.

Namespace:  PerpetuumSoft.Reporting.Export.Excel.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Excel (in PerpetuumSoft.Reporting.Export.Excel.dll) Version: 3.9.0.1

Syntax

C#
public abstract void Render(
	ExcelSheet sheet,
	int row,
	int col,
	int height,
	int width,
	ReportControl control
)
Visual Basic (Declaration)
Public MustOverride Sub Render ( _
	sheet As ExcelSheet, _
	row As Integer, _
	col As Integer, _
	height As Integer, _
	width As Integer, _
	control As ReportControl _
)
Visual C++
public:
virtual void Render(
	ExcelSheet^ sheet, 
	int row, 
	int col, 
	int height, 
	int width, 
	ReportControl^ control
) abstract

Parameters

sheet
Type: ExcelSheet
row
Type: System..::.Int32
col
Type: System..::.Int32
height
Type: System..::.Int32
width
Type: System..::.Int32
control
Type: PerpetuumSoft.Reporting.DOM..::.ReportControl

See Also