Search found 960 matches

by Ivan
Wed Oct 26, 2016 12:05 am
Forum: Stimulsoft Reports.NET
Topic: Problem Exporting to Word
Replies: 1
Views: 1157

Re: Problem Exporting to Word

Hello, The main problem - please instead of the Shape1 (Rectangle) use the RectanglePrimitive. All shapes are exported as pictures, so the text below them is erased. Also please check the following article in our documentation: https://www.stimulsoft.com/en/documentation/online/user-manual/exports_h...
by Ivan
Fri Aug 19, 2016 11:35 pm
Forum: Stimulsoft Reports.NET
Topic: System.OutOfMemoryException
Replies: 5
Views: 2856

Re: System.OutOfMemoryException

Hello,

Can you please send us a sample report template with data, which reproduces the issue, for analysis?

Thank you.
by Ivan
Thu Jul 28, 2016 9:46 pm
Forum: Stimulsoft Reports.PHP
Topic: Exporting report to PDF
Replies: 7
Views: 4477

Re: Exporting report to PDF

Hello, Chris.
... but converting the stream to a valid base64 representation of the pdf file gives us headaches (base64 string is broken).
Could you specify how you trying to convert the stream to a base64 representation ?

Thank you.
by Ivan
Sun Jul 24, 2016 12:37 am
Forum: Stimulsoft Reports.NET
Topic: Chart error with "Process at end"
Replies: 4
Views: 1897

Re: Chart error with "Process at end"

Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.
by Ivan
Thu Jul 14, 2016 6:19 pm
Forum: Stimulsoft Reports.NET
Topic: Min Size and Max Size
Replies: 15
Views: 6617

Re: Min Size and Max Size

Hello,

We couldn't reproduce this issue.
Can you please send us a sample report template with data, which reproduce the issue, for analysis?

Thank you.
by Ivan
Tue Jul 12, 2016 10:15 pm
Forum: Stimulsoft Reports.NET
Topic: Problems with Subreports
Replies: 16
Views: 6969

Re: Problems with Subreports

Hello,

We checked and found out that for technical reasons, the change was not included in the build.
Tomorrow we remake the build.
Please download it again tomorrow.

Thank you.
by Ivan
Tue Jul 12, 2016 9:23 pm
Forum: Stimulsoft Reports.PHP
Topic: Auto increment column
Replies: 6
Views: 3098

Re: Auto increment column

Hello,

Please check the sample report template in the attachment.
We used an additional variable and a script to organize autoincrement.
We do not have your data, so the example uses our database.
Let us know if you need any additional help.

Thank you.
by Ivan
Wed Jul 06, 2016 10:17 pm
Forum: Stimulsoft Reports.NET
Topic: StiText Component doesn't work correctly
Replies: 10
Views: 6985

Re: StiText Component doesn't work correctly

Hello, This is a restriction of using named components in the report. During report rendering exist two instances of each component (minimum two instances). One instance - component in the report template. Second instance - component which created for rendered report. During the creation of the seco...
by Ivan
Wed Jul 06, 2016 9:51 pm
Forum: Stimulsoft Reports.NET
Topic: Can i rotate a SubReport?
Replies: 5
Views: 3032

Re: Can i rotate a SubReport?

Hello, Please do the following: - write the string "rotate" in the Tag property of the SubReport1 and all components from the SubReport1 (Text46, Text47, Text48). - write the following script in the EndRender event of the report: foreach (StiPage page in this.RenderedPages) { StiComponent ...
by Ivan
Fri Jun 24, 2016 3:55 pm
Forum: Stimulsoft Reports.NET
Topic: Group header with rounded rectangle on multiple pages
Replies: 10
Views: 4592

Re: Group header with rounded rectangle on multiple pages

Hello, Please try to modify your tamanhoForma() method: protected void tamanhoForma() { if (SaldoAnterior.conta_principal != Prestac.conta_principal) { this.DataSaldoAnterior.Components.Remove(this.EndPointPrimitive1); this.esseFooter.Components.Remove(this.EndPointPrimitive1); this.DataSaldoAnterio...