Changes

Reporting (Plugin)

2 bytes added, Tuesday at 08:58
/* Version 5.2 */
<syntaxhighlight lang="csharp">
UBIK.Module.Reporting.ReportEngine reportEngine = new UBIK.Module.Reporting.ReportEngine(2000); // set the loop limit to 2000
string htmlContent = reportEngine.RenderReport(templatePath, reportObject, fullPdfFileName); // providethe template's full path including file extension
</syntaxhighlight>
1,698
edits