<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>