Search found 6489 matches

by Alex K.
Tue Jan 05, 2021 7:29 am
Forum: Stimulsoft Dashboards.WEB
Topic: NetCore ViewDataForm
Replies: 4
Views: 3135

Re: NetCore ViewDataForm

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more detail?
Please send us a sample project that reproduces the issue for analysis.

Thank you.
by Alex K.
Thu Mar 07, 2019 8:34 am
Forum: Stimulsoft Reports.WPF
Topic: CanBreak=false on DataBand does not work again
Replies: 11
Views: 6315

Re: CanBreak=false on DataBand does not work again

Hello,

Some bands you can split on several ChildBands and set GrowToHeight property for Text components.

Thank you.
by Alex K.
Sun Dec 30, 2018 4:00 pm
Forum: Stimulsoft Reports.NET
Topic: Merged Cells in one row when exporting to excel
Replies: 16
Views: 7261

Re: Merged Cells in one row when exporting to excel

Hello,

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

Thank you.
by Alex K.
Sun Dec 30, 2018 3:57 pm
Forum: Stimulsoft Reports.WEB
Topic: List Variable Items
Replies: 14
Views: 8013

Re: List Variable Items

Hello,

Thank you for the additional solution.
by Alex K.
Tue Nov 20, 2018 7:16 pm
Forum: Stimulsoft Reports.NET
Topic: how can 3 dataGridView for report
Replies: 5
Views: 2962

Re: how can 3 dataGridView for report

Hello,

The following code:
...
report.RegData("DT3", dataGridTabel3.DataSource);
report.Dictionary.Synchronize();
...

Thank you.
by Alex K.
Tue Nov 20, 2018 6:56 pm
Forum: Stimulsoft Reports.NET
Topic: Open connections with Stimulsoft designer(.NET Core app)
Replies: 2
Views: 1989

Re: Open connections with Stimulsoft designer(.NET Core app)

Hello,

We need some additional time to investigate the issue.

Thank you.
by Alex K.
Tue Nov 20, 2018 6:56 pm
Forum: Stimulsoft Reports.WPF
Topic: Thumbnails not appearing on first render in 2018.2.3
Replies: 5
Views: 3308

Re: Thumbnails not appearing on first render in 2018.2.3

Hello,

We need some additional time to investigate the issue.

Thank you.
by Alex K.
Sun Nov 18, 2018 8:08 pm
Forum: Stimulsoft Reports.PHP
Topic: Binding Stored Procedure without parameters
Replies: 1
Views: 1851

Re: Binding Stored Procedure without parameters

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
by Alex K.
Sun Nov 18, 2018 7:51 pm
Forum: Stimulsoft Reports.NET
Topic: how can 3 dataGridView for report
Replies: 5
Views: 2962

Re: how can 3 dataGridView for report

Hello,

Please try to add the Synchronize() method after RegData() method.

Thank you.