DataReportExcelRenderer.Render method
namespace: Serenity.Reporting assembly: Serenity.Extensions
Renders the specified data report to Excel bytes.
public byte[] Render(IDataOnlyReport report)
| parameter | description |
|---|---|
| report | The data report. |
Return Value
The generated Excel file bytes.
See Also
- interface IDataOnlyReport
- class DataReportExcelRenderer