AJE Components
ReportDataTabling ToOutput Method (List DataRow )AJE Data Report Engine Help
Function Builds and returns the Output Content for the Report Item.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public string ToOutput(
	List<DataRow> DataRows
)

Parameters

DataRows
Type: OnlineSystem.Collections.Generic List OnlineDataRow 

Return Value

Type: OnlineString
Remarks

See Also