Search found 13 matches

by eduardo.neto
Tue Dec 26, 2023 6:37 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

Hello, After adding all data sources, you should check and add all relations that were used in the original report. Thank you. Hello Lech. So doing like this its not the right way? Do i need to add manually the relations then? The strange part is that it add automatically the relations to the Dicti...
by eduardo.neto
Thu Dec 21, 2023 12:27 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

Hello Lech Kulikowski.
Does you guys found any solution for this case?
do you guys have a specialized techinical support that we can contact?

Thanks a lot for the help!
by eduardo.neto
Tue Nov 21, 2023 12:02 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

For example in attach. The first report(the-right-report) is the right structure of the report as expected, the second report(the-wrong-report) is the wrong one. The first report(the-right-report), is generated via angular application, the second report(the-wrong-report) is by the code sample that i...
by eduardo.neto
Fri Nov 17, 2023 6:46 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

I was using Stimulsoft.Reports.Net, and it wasn't working. Then i switched to "Stimulsoft.Dashboards.Web.NetCore" Version="2023.4.3" "Stimulsoft.Reports.Web.NetCore" Version="2023.4.3" and it generated, but with duplicate rows as i said before :(. The correct ...
by eduardo.neto
Tue Nov 14, 2023 9:35 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

Does Stimulsoft supports .Net 7? I tried run the same code and i got this exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. O sistema não pode encontrar o arquivo especificado. File n...
by eduardo.neto
Wed Nov 08, 2023 12:19 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

I understand...
If there´s a workaround let me know too plz...
by eduardo.neto
Tue Nov 07, 2023 6:49 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

I dont know if this can be related but im using this version:

<PackageReference Include="Stimulsoft.Dashboards.Web.NetCore" Version="2019.4.2" />
<PackageReference Include="Stimulsoft.Reports.Web.NetCore" Version="2019.4.2" />
by eduardo.neto
Tue Nov 07, 2023 6:02 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Re: Exporting to PDF from .mrt Template data relationships not working

Hello, thanks for the reply. I have trying different ways to do this working... The last attempt was this: public async Task<string> GerarRelatorioEmPDFLogCCConsolidadoAnaliticoMovimentacao(FiltroLogMovCC filtro) { try { IList<LogMovimentacoesPedidosUsuario> relatorio = await _contaCorrenteDal.Obten...
by eduardo.neto
Wed Oct 25, 2023 3:04 pm
Forum: Stimulsoft Reports.NET
Topic: Exporting to PDF from .mrt Template data relationships not working
Replies: 16
Views: 15002

Exporting to PDF from .mrt Template data relationships not working

Hello, im facing some troubles while loading and exporting data to my .mrt report template. The Data "Pedidos" that have a list of "Produtos" does not regonize the relationship, as seen on .PDF file, comparing to the JSON FILE. The .mrt and the json are in attachments. Do you guy...
by eduardo.neto
Thu Dec 29, 2022 1:49 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: EXPORT/IMPORT Layout and Dataset Configurations (Report Designer)
Replies: 3
Views: 8584

Re: EXPORT/IMPORT Layout and Dataset Configurations (Report Designer)

We have a web stimulsoft report designer, inside of our angular web site. We use Stimulsoft.Reports.Web.NetCore Nuget Package on backend to create and load the configs. I need to know if the report web supports a way to export/import the configurations of the layout/dataset defineded in this report ...