Search found 359 matches

by hugo
Fri Sep 22, 2017 8:08 am
Forum: Stimulsoft Reports.Flex
Topic: Inject text at runtime on default location
Replies: 3
Views: 13517

Inject text at runtime on default location

Hello, I want to inject a vertical text at runtime (not design time) in the bottom left corner (as the one provided in attachement, that I easily created at design time). This is my code, so far (not fully tested): brandText = new StiText(new StiRectangle(9.6, 28, 10, 0.6), _brandText); brandText.fo...
by hugo
Fri Sep 15, 2017 8:55 am
Forum: Stimulsoft Reports.Flex
Topic: Flex to JS
Replies: 3
Views: 12665

Re: Flex to JS

Hello, Yes, I know that the printing issue is related to the Flash runtime. I will do a branch version of my program with the JS engine version and then I will compare both print qualities. I have a lot of reports that is a good test case for you. As natural, I'm expecting some issues (missing funct...
by hugo
Wed Sep 13, 2017 6:46 pm
Forum: Stimulsoft Reports.Flex
Topic: Flex to JS
Replies: 3
Views: 12665

Flex to JS

Hello, I have a Flex/AIR application, using Flex viewer to render reports and Flex designer to allow users to customize reports. The viewer meets the requirements with one or another small issue however there is a bigger issue that don't have solution (runtime fault), that is printing. Printing have...
by hugo
Wed Sep 13, 2017 4:07 pm
Forum: Stimulsoft Reports.NET
Topic: Migrate from .NET Framework to .NET Core
Replies: 6
Views: 3283

Re: Migrate from .NET Framework to .NET Core

Hello, All good news for my plans to migrate to .NET Core. It's all on my side now. I will start step by step, evaluating .NET Core version that relyes on JS, etc ... I have on last question more or less related with "changes" but I will post on the correct topic that is Flex. Thank you ve...
by hugo
Wed Sep 13, 2017 11:22 am
Forum: Stimulsoft Reports.NET
Topic: Migrate from .NET Framework to .NET Core
Replies: 6
Views: 3283

Re: Migrate from .NET Framework to .NET Core

OK, thank you. My current scenario is: - Flex (desktop frontend) where the users can customize and render the reports. - .NET 4.7 (backend) where there are a few reports that are exported to PDF and send to e-mail (for example), so no UI interaction - a few reports from the frontend that at runtime,...
by hugo
Wed Sep 13, 2017 8:46 am
Forum: Stimulsoft Reports.NET
Topic: Migrate from .NET Framework to .NET Core
Replies: 6
Views: 3283

Re: Migrate from .NET Framework to .NET Core

Just to clarify a bit. I render and export the report on server-side (no GUI is required). I'm using a few parameters and one of them is a Image for a dynamic logo (base 64 string converted to System.Drawing.Image and then pass to report engine). .NET Core 2.0 now supports a lot of API's from his gr...
by hugo
Tue Sep 12, 2017 11:08 pm
Forum: Stimulsoft Reports.NET
Topic: Migrate from .NET Framework to .NET Core
Replies: 6
Views: 3283

Migrate from .NET Framework to .NET Core

Hello, A little introduction: My server side application use Stimulsoft for .NET Framework. I plan to migrate my application to .NET Core, since we have now the 2.0 version that starts to be really to consider. I did a test migrating and the only dependency from the old .NET Framework that is curren...
by hugo
Wed Sep 06, 2017 9:27 pm
Forum: Stimulsoft Reports.Flex
Topic: Cross-tab auto-adjust columns
Replies: 7
Views: 16791

Re: Cross-tab auto-adjust columns

Hello,

Replied by email with a better example and explanation of my issue.

Thank you,
Hugo.
by hugo
Tue Sep 05, 2017 1:13 pm
Forum: Stimulsoft Reports.Flex
Topic: Change StiText color
Replies: 1
Views: 11974

Change StiText color

Hello,

I inject a text on my report with dynamic code (with AS3/Flex).

brandText = new StiText(new StiRectangle(9.6, 28, 10, 40.6), _brandText);
brandText.font = new StiFont("Arial", 8, "Point", 2);
---

How to change the text color ?
by hugo
Tue Sep 05, 2017 7:30 am
Forum: Stimulsoft Reports.Flex
Topic: Hide pages
Replies: 3
Views: 13110

Re: Hide pages

Hello,

I thought that this was valid only for objects contained on the page.
It works !
Thank you.

Regards,
Hugo.