- Home
- Forum
- Report Platform
- Blazor ReportViewer RDLC support?
If you became a customer of the Syncfusion� Reporting Platform or the Report Viewer, Report Designer, or Report Writer components before October 2019 and have questions related to those products, you can request support through our forum system. However, please note that this support system is only for existing customers who are still using the Syncfusion� Reporting Platform or its components and not for new customers looking for reporting products from Syncfusion�.
For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.
Thank you for choosing Syncfusion� for your reporting needs.
For new customers or those with general reporting questions, we recommend contacting our support team at https://support.boldreports.com/, which is a separate brand created by Syncfusion� for its reporting solutions. Our team will be happy to assist you with any questions you may have.
Thank you for choosing Syncfusion� for your reporting needs.
Blazor ReportViewer RDLC support?
Hello,
I would like to display an rdlc report with the viewer, but it is looking for only rdl files.
I tried to modify the processing mode in js, but nothing helps:
I tried to modify the processing mode in js, but nothing helps:
window.BoldReports = {
RenderViewer: function (elementID, reportViewerOptions) {
$(`#${elementID}`).boldReportViewer({
reportPath: reportViewerOptions.reportName,
processingMode: ej.ReportViewer.ProcessingMode.Local, ---- ??? ----
reportServiceUrl: reportViewerOptions.serviceURL
});
}
}
It shows the following message:
Could not find file '.....\wwwroot\resources\report.rdl'.
How can I fix it?
Could not find file '.....\wwwroot\resources\report.rdl'.
How can I fix it?
SIGN IN To post a reply.
3 Replies
1 reply marked as answer
MS
Mahendran Shanmugam
Syncfusion Team
August 17, 2020 07:58 AM UTC
Hi Istvan,
In our provided sample we have added the report in “wwwroot/Resources” so we have provided the report path with this location. Could you please modify the reportpath with your report and pass the datasource for rendering this report with processing mode as false.
Regards,
Mahendran S.
Marked as answer
IP
Istvan Piroska
August 17, 2020 09:40 AM UTC
Hi Mahendran ,
Thank you, now it's working well.
MS
Mahendran Shanmugam
Syncfusion Team
August 17, 2020 09:48 AM UTC
Hi Istvan,
Thanks for your update.
Please let us know if you need any clarification.
Regards,
Mahendran S.
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
- Marked answer
-
IP Istvan Piroska
- Aug 16, 2020 03:36 AM UTC
- Aug 17, 2020 09:48 AM UTC