Search found 12 matches

by custodian
Thu Jul 20, 2023 7:20 am
Forum: Stimulsoft Reports.NET
Topic: Different table of contents in local and production
Replies: 1
Views: 470

Different table of contents in local and production

Hello everyone, We are experiencing a problem with the table of contents and it is that, in order for it to look good in production, we have to layout it as follows locally: ToC1.png So the report looks good: ToC2.png The creation of the table is as follows: ToC3.png Is there a way to make it look g...
by custodian
Wed May 31, 2023 8:28 am
Forum: Stimulsoft Reports.NET
Topic: Repeat header next page
Replies: 1
Views: 496

Repeat header next page

Good morning. We are trying to make a report with a table that contains 2 colums and we need to use crossdataband element. In the first column we have an empty table and in the second we have a crossdataband width data. We want when the table is bigger than the page and it create a new page, the fir...
by custodian
Wed Dec 21, 2022 1:46 pm
Forum: Stimulsoft Reports.NET
Topic: mrt generated file different than designer view
Replies: 5
Views: 876

Re: mrt generated file different than designer view

Dear support, If this line is commented report.Dictionary.DataSources.Clear(); the format is ok but the report is created using data stored in the template "MonthlyPreventive.mrt", but not with data saved in "newdata.json" which is the objective. Could you please provide other so...
by custodian
Fri Dec 16, 2022 11:56 am
Forum: Stimulsoft Reports.NET
Topic: mrt generated file different than designer view
Replies: 5
Views: 876

mrt generated file different than designer view

Hello, When I generate the report using .NET Engine (v 2022.4.5) the pdf is not ok, when I check with designer it is. I think that it doesnt take relation created in databand of subreport. var report = new StiReport(); report.Load("e:\\MonthlyPreventive.mrt") var dataSet = StiJsonToDataSet...
by custodian
Tue Nov 29, 2022 5:36 pm
Forum: Stimulsoft Reports.NET
Topic: Object nested and databand problem
Replies: 9
Views: 1032

Re: Object nested and databand problem

Hello, Thanks of the response. First, let me comment that the pdf you show does not have the desired information. If you see the number of the dataset is "PM.AB5143R" and in the pdf it's shown "PM.AC0427I" (see the attachment). I think this is the test dataset. I solved the issue...
by custodian
Mon Nov 28, 2022 9:48 am
Forum: Stimulsoft Reports.NET
Topic: Object nested and databand problem
Replies: 9
Views: 1032

Re: Object nested and databand problem

Hi, What else do you need? I sent you all the information. First create object "JObject data" according with the format, then: // Load the template: report.Load("SingleWOSimplified_PM.mrt"); // create the dataset var dataSet = StiJsonToDataSetConverter.GetDataSet(data); // Assign...
by custodian
Fri Nov 25, 2022 1:13 pm
Forum: Stimulsoft Reports.NET
Topic: Object nested and databand problem
Replies: 9
Views: 1032

Re: Object nested and databand problem

Hi When I generate the report using the designer desktop (v 2022.4.5) the pdf is ok (see fromDesigner.pdf). But when I generate the report using .NET Engine (v 2022.4.5) the pdf is not ok, some tables are empty. See table Remarks, Assets, Spares in the pdf generated by designer is ok but not in the ...
by custodian
Thu Nov 24, 2022 2:13 pm
Forum: Stimulsoft Reports.NET
Topic: Object nested and databand problem
Replies: 9
Views: 1032

Re: Object nested and databand problem

I attach two PDF files. One create from template with designer and other generated from code. It has data to fill all fields but it doesnt show them if JSON keys are nested.
by custodian
Thu Nov 24, 2022 12:26 pm
Forum: Stimulsoft Reports.NET
Topic: Object nested and databand problem
Replies: 9
Views: 1032

Object nested and databand problem

I have created a template in designer and all is working there. Problem is generating PDF, only show no-nested keys from JSON and dont show databand arrays. I have checked MRT file and relations are created. I dont know what to do. I have attached MRT file.