|
<link rel='nofollow' href="https://cdn.boldreports.com/2.2.32/content/bold.widgets.core.compatibility.min.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.boldreports.com/2.2.32/content/material/bold.theme.compatibility.min.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.boldreports.com/2.2.32/content/material/bold.reportdesigner.compatibility.min.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/codemirror.min.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/addon/hint/show-hint.min.css" rel="stylesheet" />
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/ej2-base.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/ej2-data.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/ej2-pdf-export.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/ej2-svg-base.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/data-visualization/ej2-lineargauge.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/data-visualization/ej2-circulargauge.min.js"></script>
<script src="https://cdn.boldreports.com/external/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/codemirror.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/addon/hint/show-hint.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/addon/hint/sql-hint.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/mode/sql/sql.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.44.0/mode/vb/vb.min.js" type="text/javascript"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/bold.reports.common.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/bold.reports.widgets.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/common/bold.report-designer-widgets.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/data-visualization/ej.chart.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/data-visualization/ej.map.min.js"></script>
<!-- Reports component script-->
<script src="https://cdn.boldreports.com/2.2.32/scripts/bold.report-viewer.min.js"></script>
<script src="https://cdn.boldreports.com/2.2.32/scripts/bold.report-designer.min.js"></script>
<!--Blazor interop file-->
<script src="~/scripts/boldreports-interop.js"></script>
|
Hi Frangoudes,
Thanks for your update.
Please let us know if you need any clarification.
Regards,Mahendran S.
|
<link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/styles/compatibility/bootstrap4.css" /> |
Hi Gerald,We have validated the reported issue with provided sample. For using Ej2 component with Bold reports we have to refer the compatibility styles for application. Please refer the below code snippet in your application to avoid the styles issue.
<link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/styles/compatibility/bootstrap4.css" />Regards,Manoranjan R
Hi Panikos,
We have checked the mentioned issue with upgrading to Framework 5.0 but it is working properly at our end. Please find the below modified sample for your reference.
Regards,Mahendran S.
Hi Panikos,
Essential studio Volume 3 SP1 release has been held, so could you please upgrade the Blazor version to updated version and do the previously shared steps in your application to avoiding the mentioned problem at your end.
Regards,Mahendran S.
Hello Manoranjan,
following the example In your answer I noticed that the report viewer does not show the image from the example report or any other report with an image
Though I tried a lot diffferent versions etc. It seems that the problem lies with the report viewer.
I enclosed a newer version of the example for your reference.
I do not know if I am doing anything wrong but it seems that the following method is never called on the api controller. I presume that when there is an image the method should be called
//Get action for getting resources from the report
[ActionName("GetResource")]
[AcceptVerbs("GET")]
// Method will be called from Report Viewer client to get the image src for Image report item.
public object GetResource(ReportResource resource)
{
return ReportHelper.GetResource(resource, this, _cache);
}
Please advice on this issue and also if I can upgrade everything to
<TargetFramework>net6.0</TargetFramework>
or not .
I tried upgrating all libraries but i have issues with Bold reports
<!--<PackageReference Include="BoldReports.Net.Core" Version="3.1.45" />-->
Thank you in advance
Panikos Frangoudes
Hello Manoranjan,
following the example In your answer I noticed that the report viewer does not show the image from the example report or any other report with an image
Though I tried a lot diffferent versions etc. It seems that the problem lies with the report viewer.
I enclosed a newer version of the example for your reference.
I do not know if I am doing anything wrong but it seems that the following method is never called on the api controller. I presume that when there is an image the method should be called
//Get action for getting resources from the report
[ActionName("GetResource")]
[AcceptVerbs("GET")]
// Method will be called from Report Viewer client to get the image src for Image report item.
public object GetResource(ReportResource resource)
{
return ReportHelper.GetResource(resource, this, _cache);
}
Please advice on this issue and also if I can upgrade everything to
<TargetFramework>net6.0</TargetFramework>
or not .
I tried upgrating all libraries but i have issues with Bold reports
<!--<PackageReference Include="BoldReports.Net.Core" Version="3.1.45" />-->
Thank you in advance
Panikos Frangoudes
Hi Frangoudes Panikos,
Please use the below help documentations to resolve the image rendering issue with .NET Core Blazor.
Regards,
Lingaraj S.