Thanks for the tutorial. I am trying to add RDLC to my project and faced with issue. There is no Report item when I trying to add report to WindowsFormApp. I even reinstalled extension. But no luck. Could help me?
Thanks a lot for your great video. Is this work in Core 5? And if I publish the web project and hosted it does it work on iis? Thanks in advance. I have subscribed.
HI, I am getting bellow error. Please can you help me. ReportProcessingException: Query execution failed for dataset 'DataSet1'. Format of the initialization string does not conform to specification starting at index 0.
Thank you for a great video. Please can you test this in Core 6 as I am getting a security policy error when the local report accesses the path? Method System.Security.Policy.Evidence.AddHostEvidence: type argument 'System.Security.Policy.Zone' violates the constraint of type parameter 'T'.
@@mikem4326 No I have not found a work around on this. My feeling is that this might be an issue with VS 2022 connecting to 32 bit dll's as this is now a 64bit environment. Will keep checking.
Hi? How do i solve this. You run the report the first time it runs. then when I run the second report I get this error AspNetCore.Reporting.LocalProcessingException: 'An error occurred during local report processing.;Object reference not set to an instance of an object. NullReferenceException: Object reference not set to an instance of an object.
@@foxlearn @agusalay I am also facing an issue when I try to add a chart - "Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089'. The system, cannot find the file specified."
but when mu report has some expression it throws exception like An error occurred during local report processing.;The definition of the report 'D:\Projects\POS Professional\Accounts\API\bin\Debug et5.0\Reports\ProductListReport.rdlc' is invalid. An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC30390] 'AspNetCore.ReportingServices.RdlExpressions.ExpressionHostObjectModel.DataRegionExprHost(Of TMemberType, TCellType).m_memberTreeHostsRemotable' is not accessible in this context because it is 'Friend'.’. Please Share any solution to solve this problem.
AspNetCore.Reporting.LocalProcessingException: 'An error occurred during local report processing.;System.Drawing.Common is not supported on this platform.'
{"An error occurred during local report processing.;An error has occurred during report processing. Culture is not supported. (Parameter 'culture') 3072 (0x0c00) is an invalid culture identifier."}
solucione el problema creando una clase global de esta manera public static class Global { static string _importantData; public static string ImportantData { get { return _importantData; } set { _importantData = value; } } }
thank you i tried with net core 6 and it worked correctly and worked after publish
thanks for all FoxLearn
You're welcome. Thank you !
Very good. Thank you.
Thanks for this video and I got error when deploy to production server. Could you advice?
great! Thanks a lots
You're welcome. Thank you
Nice Video
Thank you
Thank you very much, also the others videos are greate.
You're welcome. Thank you !
thanks
Thanks for your video.
It is not supported when chart sare implemented. Do you know any solution?
Thanks for the tutorial. I am trying to add RDLC to my project and faced with issue. There is no Report item when I trying to add report to WindowsFormApp. I even reinstalled extension. But no luck. Could help me?
Which visual studio are you using?
@@foxlearn VS 2019
@@foxlearn Microsoft Visual Studio Community 2019
Version 16.8.2
good..
Thanks a lot for your great video. Is this work in Core 5? And if I publish the web project and hosted it does it work on iis? Thanks in advance. I have subscribed.
have you tried it in .net core 5?
HI, I am getting bellow error. Please can you help me.
ReportProcessingException: Query execution failed for dataset 'DataSet1'.
Format of the initialization string does not conform to specification starting at index 0.
Same problem facing here .
if you get solution of this then please revert us also.
what about an invoice report when i need ta add fields in the header and how can be seem?
After publishing and deploy on another server report not work ,,solution ???
Thank u so much but if we want to print this report directly with the default local printer then how we can do this?
You can view this video. ruclips.net/video/uiTTgwoticY/видео.html i've uploaded
I can not wait video that's 1 hour ago~ haha!!
Thank you !
Thank you for a great video. Please can you test this in Core 6 as I am getting a security policy error when the local report accesses the path?
Method System.Security.Policy.Evidence.AddHostEvidence: type argument 'System.Security.Policy.Zone' violates the constraint of type parameter 'T'.
I have this same error in Core 6, did you find a way to fix this?
@@mikem4326 No I have not found a work around on this. My feeling is that this might be an issue with VS 2022 connecting to 32 bit dll's as this is now a 64bit environment. Will keep checking.
Same error me too. Someone find a fix?
Same error.
Someone find a fix?
@@VictorManuelFloresAnchundia In my situation i used a different library and the report will generated correctly
Rdlc not supported linux hosting.
Thank you so much
Excellent! Could you please update this video with a report viewer?
Thank you!
OK. Thank you for your suggestion !
Thanks.. Page numbers would be nice..
It can't generate pdf file when it is deployed in Linux server. What should to do?
Working Fine, while uploading on server it's make download not print, searching for a solution :)
Not found Report while adding report from Winforms project,
it possible if display report in cshtml Netcore as viewer aspx. thanks
Table and matrix view is supported but How can make rdlc chart, I tried as per your method but chart is not supporting.. Please need your suggestion.
Does this solution work with .net core rest api with react frontend?And how to make it work?
Hi? How do i solve this. You run the report the first time it runs. then when I run the second report I get this error
AspNetCore.Reporting.LocalProcessingException: 'An error occurred during local report processing.;Object reference not set to an instance of an object. NullReferenceException: Object reference not set to an instance of an object.
Thank you 🦊 Fox learn .......how can we send rdlc report as PDF to gmail in win forms ?
OK. Thank you for your suggestion !
While publishing with rdlc report in blazer shows error. Pl suggest.
How do I want query many table ?
Thank you, so could you please help me ... I want to connect Xamarin android with SQL Server. Thanks.
You should create web api
@@foxlearn Thank you Fox Learn, if you have any examples video. Thanks and Best Regards.
Thanks and can you please how to convert rdlc to rdl file
OK. Thank you for your suggestion. Let me try to research
Anyone know about rdlc chart ? How to do this .. ? looks like this is not supported
can we get github code?
just one report. if another report it will fail because it can clear parameter can you help me for this solution
Charts doesn't appear, only data in tables, I need show information in charts
trying to run report inside Linux docker and its not working :(
this error happened: ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
Can u give this project code? Thank you.
How to set paga header hiden in next page
Excelente, pero yo veo que escriben mucho codigo para un simple reporte
Thank you so much !
I want to export data with = 20.000 (kg) to Excel, but can't. How do I write code? I write a program with C #.
Thanks.
20 GB?
@@foxlearn I got the data from Serial port and the data sent is = 20.000 (kg) .I want to send this to excel as text format.
Have u tried to add chart in rdlc? I still got stuck on a problem 😔
At this time no. Let me check it. Thank you for your suggestion !
@@foxlearn @agusalay I am also facing an issue when I try to add a chart - "Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089'. The system, cannot find the file specified."
but when mu report has some expression it throws exception like
An error occurred during local report processing.;The definition of the report 'D:\Projects\POS Professional\Accounts\API\bin\Debug
et5.0\Reports\ProductListReport.rdlc' is invalid.
An unexpected error occurred while compiling expressions. Native compiler return value: ‘[BC30390] 'AspNetCore.ReportingServices.RdlExpressions.ExpressionHostObjectModel.DataRegionExprHost(Of TMemberType, TCellType).m_memberTreeHostsRemotable' is not accessible in this context because it is 'Friend'.’.
Please Share any solution to solve this problem.
Please check your expression. i think you missing something
AL FINAL LO HICE DE ESTA FORMA
public class ResumenOperacionRepository : IResumenOperacionRepository
{
private readonly IConfiguration configuration;
private string connectionString;
public ResumenOperacionRepository(IConfiguration configure)
{
configuration = configure;
}
// public string IdOperEnCurso { get; private set; }
public async Task GetResumenOperacion(int IdOperEnCurso)
{
connectionString = configuration.GetConnectionString("DefaultConnection");
using (IDbConnection con = new SqlConnection(connectionString))
{
string sql = "EXEC [dbo].[spResumenOperacion] " + IdOperEnCurso ;
return (List)await con.QueryAsync(sql, commandType: CommandType.Text);
}
}
}
}
your demo only works at dot net core 2.2 not dot net core 3.1 and beyond
AspNetCore.Reporting.LocalProcessingException: 'An error occurred during local report processing.;System.Drawing.Common is not supported on this platform.'
Resolved, set a version of drawing common 5.0
{"An error occurred during local report processing.;An error has occurred during report processing.
Culture is not supported. (Parameter 'culture')
3072 (0x0c00) is an invalid culture identifier."}
solucione el problema creando una clase global de esta manera
public static class Global
{
static string _importantData;
public static string ImportantData
{
get
{
return _importantData;
}
set
{
_importantData = value;
}
}
}