Search found 17 matches

by markb
Tue Nov 21, 2017 1:20 pm
Forum: Stimulsoft Reports.WEB
Topic: Designer in Existing Page
Replies: 1
Views: 1195

Designer in Existing Page

Hi Is there a way of loading the Web Designer within the content of an existing page? I would like the user to be able to select from a list a report to edit. And when they click the edit button, the designer be shown in the existing page. I don't want to use an iframe pointing to another page, whic...
by markb
Wed Oct 04, 2017 12:46 pm
Forum: Stimulsoft Reports.NET
Topic: How to add Condition Expression
Replies: 7
Views: 6496

Re: How to add Condition Expression

Still unable to add a condition expression from code with version 2017.2.1.
by markb
Fri Sep 29, 2017 6:37 am
Forum: Stimulsoft Reports.JS
Topic: Condition and Shape Bug
Replies: 2
Views: 1724

Re: Condition and Shape Bug

Please add to the above:

1. QR Code's do not show their border when previewed.
2. The Condition on the QR Code doesnt work, I've set it to be red, but it stays black.
3. The Icon that shows that a Condition is present (bottom left corner) doesn't show on QR Code's.

Hope this helps

Mark
by markb
Thu Sep 28, 2017 9:16 pm
Forum: Stimulsoft Reports.JS
Topic: Condition and Shape Bug
Replies: 2
Views: 1724

Condition and Shape Bug

Hi I'm using the latest 2017.1.11 version of the JS designer/viewer. Please find attached an example to show 2 bugs and 1 feature request: 1. I have placed the same Condition on the Text and CheckBox components, to hide the border. When you preview the Text works fine, the CheckBox does not implemen...
by markb
Mon Sep 25, 2017 8:05 am
Forum: Stimulsoft Reports.JS
Topic: TimeSpan Problem
Replies: 4
Views: 2554

Re: TimeSpan Problem

Hi Edward I have attached an example to show the problem. Basically if you are using TotalHours for the Hours property, then you must use TotalMins for the Mins property, to maintain consistency. I am using version JS 2017.1.11. Also, this may apply across the board with your other reporting tools, ...
by markb
Thu Sep 21, 2017 1:18 pm
Forum: Stimulsoft Reports.JS
Topic: TimeSpan Problem
Replies: 4
Views: 2554

TimeSpan Problem

Hi There appears to be quite a disparity between TimeSpan in Stimulsoft against TimeSpan in C#. In my test case I'm attempting to compare the time between two dates, which returns a TimeSpan, but due to the irregular return values, it makes it very difficult to use. C# (Convert.ToDateTime("2017...
by markb
Thu Sep 21, 2017 9:08 am
Forum: Stimulsoft Reports.WEB
Topic: Report formatted like a Calendar
Replies: 7
Views: 3669

Re: Report formatted like a Calendar

Hi I needed a calendar layout, and after a search of your site I found this one. This looks very good in the flash viewer, but completely wrong in the JS viewer. Is there a chance you can take a look at this report in the JS Viewer and provide an alternative or does it need JS bug fixes? Regards Mark
by markb
Wed Sep 20, 2017 1:26 pm
Forum: Stimulsoft Reports.NET
Topic: How to add Condition Expression
Replies: 7
Views: 6496

Re: How to add Condition Expression

Hi Edward

I've tried to email it via support, but I'm not getting the automated response, so I'm not sure you are receiving it. So I'm also posting it here for your reference,

Mark
by markb
Sat Sep 16, 2017 9:23 am
Forum: Stimulsoft Reports.NET
Topic: How to add Condition Expression
Replies: 7
Views: 6496

Re: How to add Condition Expression

Hi Edward Unfortunately I need to create the expression as part of the design, and not at runtime, so that the user can edit it in the designer. So to simplify the code : public void CreateReport(string reportName) { var report = new StiReport {ReportName = reportName, ReportUnit = StiReportUnitType...
by markb
Fri Sep 15, 2017 8:19 am
Forum: Stimulsoft Reports.JS
Topic: CanBreak in Report Designer missing?
Replies: 1
Views: 1157

CanBreak in Report Designer missing?

Hi

I cannot find the property CanBreak for page header, footer or even panel. Am i missing something or is this an error?