3
« on: July 10, 2018, 03:16:31 pm »
We are using a Lime Report version 1.4.83
we have designed our custom report & called it from a application.
At the call of previewReport() , report shown in larger view.
We tried to call a method m_previewReportWidget->fitWidth(); from a constructor of PreviewReportWindow class or from previewReport() method of ReportEnginePrivate class but it's not showing any result at Report Rendering.
We also tried to set Scale Percentage of m_scalePercent QComboBox but it's also not reflecting at Report Rendering.
Please give a solution for the same.