Hi,
I am working with Bold Reports, I am having scenario where two .RDL reports is to be display as one single report.
For example, report1.rdl and report2.rdl, My first page in report will report1.rdl and remaining pages will be displayed from report2.rdl.
Please tell me how to achieve this in Angular.
My report component is shown below
<bold-reportviewer id="reportViewer_Control" [reportServiceUrl]="serviceUrl"
(exportProgressChanged)="onExportProgressChanged($event)" [reportPath]="reportPath" [parameters]="parameters"
style="width: 100%;height: 750px" [toolbarSettings]="toolbarSettings"
(toolBarItemClick)="onToolBarItemClick($event)"></bold-reportviewer>
Thanks in advance.