Search found 8430 matches

by HighAley
Wed Aug 17, 2011 3:36 am
Forum: Stimulsoft Reports.NET
Topic: How Stimulsoft report works with VS2010?
Replies: 2
Views: 945

How Stimulsoft report works with VS2010?

Hello.
rxjoy wrote:I am upgrade to Vs2010 to develop my .net web app
I have no idea how to use stimulsoft so that I can export report from my .net web app
can you please teach me how to do that?
Can you tell us what problems do you have after upgrading?

Thank you.

by HighAley
Wed Aug 17, 2011 3:32 am
Forum: Stimulsoft Reports.NET
Topic: Chart questions
Replies: 16
Views: 3961

Chart questions

Hello.
mrapi wrote:with that version I've seen Parameters button,is there a way to hide it ?
Please, try this code:

Code: Select all

StiOptions.Viewer.Windows.ShowParametersButton = false;
Thank you.
by HighAley
Tue Aug 16, 2011 7:48 am
Forum: Stimulsoft Reports.NET
Topic: Data bands used in Page Totals object
Replies: 6
Views: 1976

Data bands used in Page Totals object

Hello.

It is only for source code of Stimulsoft software.
Why do you need this object? Maybe you have any question.

Thank you.
by HighAley
Tue Aug 16, 2011 7:41 am
Forum: Stimulsoft Reports.NET
Topic: No SubReport printing if its DataTable has no rows.
Replies: 23
Views: 9865

No SubReport printing if its DataTable has no rows.

Hello. .... that is not helpful... we have script which is converting reports from our old (more than 2000 reports) format to stimulsoft format. Subreports were placed in DataBand with absolute top position and that is surprise for me, that stimulsoft is not respecting this order of components. Sort...
by HighAley
Mon Aug 15, 2011 6:30 am
Forum: Stimulsoft Reports.NET
Topic: How to datagridview sent to form
Replies: 4
Views: 1450

How to datagridview sent to form

Hello.

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

Thank you.
by HighAley
Sat Aug 13, 2011 6:22 am
Forum: Stimulsoft Reports.NET
Topic: Rounding to the nearest hundred
Replies: 3
Views: 3559

Rounding to the nearest hundred

Hello.
StephBell wrote:How can I round to the nearest hundred in the report writer?
Please, try to use this expression:

Code: Select all

{Round(YourDataSource.YourTextField/100)*100}
Thank you.
by HighAley
Sat Aug 13, 2011 5:49 am
Forum: Stimulsoft Reports.NET
Topic: merge cell base on another cell value
Replies: 6
Views: 5920

merge cell base on another cell value

Hello,

Let us know if you have additional questions.

Thank you.
by HighAley
Fri Aug 12, 2011 9:02 am
Forum: Stimulsoft Reports.NET
Topic: No SubReport printing if its DataTable has no rows.
Replies: 23
Views: 9865

No SubReport printing if its DataTable has no rows.

Hello, Lukas. ... I thought sequence of subreport components in DataBand after theirs selection and setting docking to Top ... not data sorting. Try to select all subreports and set up docking to Top .... sequence will be changed... If you need subreports dock in different order, please, change its ...
by HighAley
Fri Aug 12, 2011 6:27 am
Forum: Stimulsoft Reports.NET
Topic: No SubReport printing if its DataTable has no rows.
Replies: 23
Views: 9865

No SubReport printing if its DataTable has no rows.

Hello. And Top didn't help... try it with more subreports.... and modify data to have first three subreports without data... There are sub_9text_summary_Page1_summary_s_addline_2 and sub_9text_summary_Page1_summary_s_addline_1 on your sub_9Page1 subreport not on databand. Therefore this subreport ha...
by HighAley
Fri Aug 12, 2011 5:06 am
Forum: Stimulsoft Reports.WEB
Topic: Reports very slow.
Replies: 21
Views: 11450

Reports very slow.

<t>Hello.<br/> <br/> There are several reason for this issue. To know it i must to reproduce your issue.<br/> <br/> Some part of memory is used for each ASPX process. Usually this memory is very limited. Therefore, big reports which require much memory. <br/> <br/> You may try to do the following:<b...