Search found 359 matches

by hugo
Sun Apr 29, 2018 7:12 pm
Forum: Stimulsoft Reports.NET
Topic: Issue with watermark
Replies: 1
Views: 1015

Issue with watermark

Hello, I have a report created with Stimulsoft Fx (Flex) and generated on client-side (Flex) and server-side (.NET). With latest version I got an exception on the server-side: "System.NullReferenceException: 'Object reference not set to an instance of an object.'". I found that this issues...
by hugo
Tue Dec 05, 2017 10:10 am
Forum: Stimulsoft Reports.WEB
Topic: Move from Reports.NET to Reports.Web
Replies: 3
Views: 1643

Re: Move from Reports.NET to Reports.Web

Hello, I didn't know about this issue and my features don't need the big .NET version. The Web version now compatible with pure .NET Core it's all my backend need's. I didn't know about this issue before and I thought that I need to complete refactoring my code because changes between .NET and Web a...
by hugo
Fri Dec 01, 2017 11:28 pm
Forum: Stimulsoft Reports.WEB
Topic: Move from Reports.NET to Reports.Web
Replies: 3
Views: 1643

Move from Reports.NET to Reports.Web

Hello, This is just a info and not a question (for let you know and perhaps others). When one is using Reports.NET, then install via nuget Reports.Web and then remove Reports.NET, Stimulsoft.Base is automatically removed and everything goes wrong. The way is to force to reinstall Stimulsoft.Web (for...
by hugo
Fri Dec 01, 2017 9:49 pm
Forum: Stimulsoft Reports.JS
Topic: Exit button
Replies: 1
Views: 1167

Exit button

Hello,

There is any option to add an exit button out-of-the-box like the FX viewer ?
The idea is to run a script that will close web WebView window.

Another option would be a specific script to add an exist button at runtime.

Thank you,
Hugo.
by hugo
Fri Dec 01, 2017 2:24 am
Forum: Stimulsoft Reports.JS
Topic: Base64 string image
Replies: 3
Views: 2484

Base64 string image

Hello, I finally finished my "FlexJS Stimulsoft Viewer" and started testing reports produced on Flex designer and viewed on the JS viewer. The very first one was one of my most simplistic reports and worked flawless ! My second one add one fixed image (report definition) and several others...
by hugo
Thu Nov 09, 2017 9:45 am
Forum: Stimulsoft Reports.NET
Topic: Pure .NET Core Support
Replies: 8
Views: 4494

Re: Pure .NET Core Support

Hello HighAley, "Yes, the reports from .Net will work on .Net Core without any limitations." As I thought. Both use .NET implementations from MS, so should me perfectly compatible (or minor issues). "We are porting minimum set of methods from System.Drawing that we need for our report...
by hugo
Wed Nov 08, 2017 6:12 pm
Forum: Stimulsoft Reports.NET
Topic: Pure .NET Core Support
Replies: 8
Views: 4494

Re: Pure .NET Core Support

Wonderful. Worth the wait. The rest of my backend code is already 100% .NET Core compatible, which will allow the transition to .NET Core in a simple way when your product be ready. Two questions: 1. I guess that the reports target for Stimulsoft full .NET will just work on .NET Core version without...
by hugo
Tue Nov 07, 2017 12:56 pm
Forum: Stimulsoft Reports.NET
Topic: Pure .NET Core Support
Replies: 8
Views: 4494

Re: Pure .NET Core Support

Hello, Perhaps I may confude you with my previous explanation. There is no sense to support Flash on .NET Core (on my point of view). What I'm asking is the difference from "Pure .NET Core support" and the current version of .NET Core support. Pure .NET Core support means that I will not n...
by hugo
Fri Oct 06, 2017 11:07 am
Forum: Stimulsoft Reports.NET
Topic: Pure .NET Core Support
Replies: 8
Views: 4494

Pure .NET Core Support

Hello, From your website "Pure .NET Core Support" :) This means that a .NET Framework 4.X backend (only backend) that uses Stimulsoft Reports .NET can easily switch to .NET Core 2 in a near future ! I have a solution with frontend in Flex/AIR (using FX for the majority of the reports) and ...
by hugo
Sat Sep 23, 2017 11:00 pm
Forum: Stimulsoft Reports.Flex
Topic: Inject text at runtime on default location
Replies: 3
Views: 13517

Re: Inject text at runtime on default location

Thank you. Your suggestion did not worked for me (I also tried dock style) because the header and footer forced the text to be on me middle of the report. However I solved my issue with the following code: brandText = new StiText(new StiRectangle(-0.4, page.height - 15, 0.3, 15), _brandText); brandT...