Search found 6489 matches

by Alex K.
Wed Mar 14, 2018 5:08 pm
Forum: Stimulsoft Reports.PHP
Topic: Format date paramer
Replies: 7
Views: 7034

Re: Format date paramer

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
by Alex K.
Wed Mar 14, 2018 2:11 pm
Forum: Stimulsoft Reports.WEB
Topic: Rendering of Allow Html Tag Style affect some elements.
Replies: 7
Views: 3474

Re: Rendering of Allow Html Tag Style affect some elements.

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
by Alex K.
Wed Mar 14, 2018 2:10 pm
Forum: Stimulsoft Reports.NET
Topic: How to show out three rows from the same databand On A4?
Replies: 5
Views: 2978

Re: How to show out three rows from the same databand On A4?

Hello,

If you need to show each row on a separate page - you can use the NewPageAfter/Before property for the DataBand.

Also, you can use the following code (in BeforePrint event of the DataBand) to set a new page depends on data count on one page:
if (Line == 3)
Engine.NewPage()

Thank you.
by Alex K.
Wed Mar 14, 2018 2:06 pm
Forum: Stimulsoft Reports.PHP
Topic: DateTime Parse Error - Chart on Web
Replies: 1
Views: 1791

Re: DateTime Parse Error - Chart on Web

Hello,

Please send us a sample report with test data which reproduces the issue for analysis.

Thank you.
by Alex K.
Wed Mar 14, 2018 12:57 pm
Forum: Stimulsoft Reports.PHP
Topic: Format date paramer
Replies: 7
Views: 7034

Re: Format date paramer

Hello,

Please try to use the convert to necessary format directly in the query expression. Something like:
{DateTimeVar.ToString('yyyy-MM-dd')}

Thank you.
by Alex K.
Wed Mar 14, 2018 12:57 pm
Forum: Stimulsoft Reports.WEB
Topic: Object data not showing in preview page
Replies: 8
Views: 4296

Re: Object data not showing in preview page

Hello,

Please send us a sample project which reproduces the issue for analysis.

Thank you.
by Alex K.
Wed Mar 14, 2018 8:42 am
Forum: Stimulsoft Reports.PHP
Topic: Bug in detecting datatypes
Replies: 2
Views: 2149

Re: Bug in detecting datatypes

Hello,

We have found some issue.

We need some additional time to check the issue, we will let you know about the result.

Thank you.

ticket: #5930
by Alex K.
Mon Mar 12, 2018 9:52 pm
Forum: Stimulsoft Reports.NET
Topic: Data list and multiple childs
Replies: 3
Views: 2025

Re: Data list and multiple childs

Hello,

You can use the HierarhicalBand for this task.

Thank you.
by Alex K.
Mon Mar 12, 2018 9:49 pm
Forum: Stimulsoft Reports.WEB
Topic: Rendering of Allow Html Tag Style affect some elements.
Replies: 7
Views: 3474

Re: Rendering of Allow Html Tag Style affect some elements.

Hello,

Please try to use the "background-color" tag.
Also, you can find all supported HTML tags at the following link:
https://stimulsoft.zendesk.com/hc/en-us ... gs-in-text

Thank you.
by Alex K.
Mon Mar 12, 2018 9:42 pm
Forum: Stimulsoft Reports.JS
Topic: Dynamic Pdf Download
Replies: 10
Views: 9556

Re: Dynamic Pdf Download

Hello,

Please try to check the last release build.

If the issue still present, please send us your report template with test data for analysis.

Thank you.