Search found 7 matches

by lpinho
Wed Mar 24, 2021 6:01 pm
Forum: Stimulsoft Reports.NET
Topic: Report with 55 pages (55 sub reports) - Loading 56 assemblies to memory at Render
Replies: 3
Views: 1128

Re: Report with 55 pages (55 sub reports) - Loading 56 assemblies to memory at Render

Hi Lech, sorry for the late reply, I forgot to activate the notifications. Well, we don't use any events, we do have some values like reaching the 3 or 4th level of a property (ex: MyClass.PropertyThatIsAClass.AnotherPropertyThatIsAClass.StringProperty). Each property that is a class is loading on t...
by lpinho
Mon Mar 15, 2021 12:53 pm
Forum: Stimulsoft Reports.NET
Topic: Using CreateReportInNewAppDomain, no improvement in assembly leak
Replies: 1
Views: 637

Using CreateReportInNewAppDomain, no improvement in assembly leak

Hi, I read the binary layout of report from a DB (one layout represents one page, we have different data for each page, but the layout is the same): StiReport stiReport = new StiReport(); stiReport.LoadPackedReport(binaryLayout); I then load the Variables, DataSource, BusinessObjects, Dictionary Var...
by lpinho
Thu Mar 11, 2021 7:37 pm
Forum: Stimulsoft Reports.NET
Topic: Report with 55 pages (55 sub reports) - Loading 56 assemblies to memory at Render
Replies: 3
Views: 1128

Report with 55 pages (55 sub reports) - Loading 56 assemblies to memory at Render

Hi all, I've got an application using Stimulsoft to render reports and print them or export to pdf. The way the code is done is: - Someone builds a layout - This layout represents one or more page of the final report (1 layout can be used as the layout for each page of the report with different para...
by lpinho
Thu Sep 05, 2019 5:23 pm
Forum: Stimulsoft Reports.WEB
Topic: Split table at the 13 line
Replies: 7
Views: 1853

Re: Split table at the 13 line [Solved]

Hi Lech, yes, that's what I did, as you suggested, I added two panels. I added a databand for each panel. Then I set a "data source" for each databand, the 1st one will get the 1st 13 rows and the 2nd will get the last 25. Then I used the horizontal and vertical lines around the text to mi...
by lpinho
Wed Sep 04, 2019 8:57 am
Forum: Stimulsoft Reports.WEB
Topic: Split table at the 13 line
Replies: 7
Views: 1853

Re: Split table at the 13 line

Hi Lech,
just found out that the person that will use this has an older version of the Stimulsoft component, so, no tables are available.

Thanks for the help,
Luís Pinho
by lpinho
Mon Sep 02, 2019 10:56 am
Forum: Stimulsoft Reports.WEB
Topic: Split table at the 13 line
Replies: 7
Views: 1853

Re: Split table at the 13 line

Hi Lech,
thanks for the reply.
So, there's no way to break a table in more generic way?
Using your suggestion, can we filter something like 1st 13 elements and last 12?

Thanks for the help,
Luís Pinho
by lpinho
Fri Aug 30, 2019 10:23 am
Forum: Stimulsoft Reports.WEB
Topic: Split table at the 13 line
Replies: 7
Views: 1853

Split table at the 13 line

Hi all, I'm build a report and the design that was delivered to me consists of a table split into 2. Split table on row X.png The 1st 13 rows stay on the left and the rest of the rows stay on the right (max rows = 25). I'm unable to see any example that does this, is this possible? Thanks, L. Pinho