Search found 182 matches

by Guest
Mon Dec 17, 2007 11:02 am
Forum: Stimulsoft Reports.NET
Topic: CrossTab and ToolTip
Replies: 12
Views: 4712

CrossTab and ToolTip

Sorry for the delay. The prerelease build of 2008.1 will be available tomorrow, 18 Dec 2007.

Thank you.
by Guest
Mon Dec 17, 2007 7:22 am
Forum: Stimulsoft Reports.NET
Topic: Query Builder
Replies: 3
Views: 1475

Query Builder

The query builder for MySQL will be available a little bit later.

Thank you.
by Guest
Fri Dec 14, 2007 9:58 am
Forum: Stimulsoft Reports.NET
Topic: There user manual in Spanish
Replies: 2
Views: 889

There user manual in Spanish

Unfortunately, the user manual only in English.

Thank you.
by Guest
Fri Dec 14, 2007 9:49 am
Forum: Stimulsoft Reports.NET
Topic: CrossTab and ToolTip
Replies: 12
Views: 4712

CrossTab and ToolTip

Please, explain your task in more detail.

Thank you.
by Guest
Fri Dec 14, 2007 9:34 am
Forum: Stimulsoft Reports.NET
Topic: Small Error
Replies: 3
Views: 1153

Small Error

Ok, we will fix this in the next build.

Thank you.
by Guest
Fri Dec 14, 2007 9:29 am
Forum: Stimulsoft Reports.NET
Topic: Can I add a reference to my report?
Replies: 4
Views: 1832

Can I add a reference to my report?

If you add using statement with other using statement then it should be saved correctly.

Thank you.
by Guest
Fri Dec 14, 2007 9:05 am
Forum: Stimulsoft Reports.NET
Topic: Problem with databand in container
Replies: 8
Views: 2715

Problem with databand in container

<t>This is a usual behaviour of a databand. If a databand has many records, then the container grows with the databand. If a databand has a few records, then the databand simply prints in the container and this container is not grows, because the summary height of the all records of the databand les...
by Guest
Wed Dec 12, 2007 5:51 am
Forum: Talks
Topic: Source Code Error in 2007.3
Replies: 2
Views: 2070

Source Code Error in 2007.3

Try to download source code of 2007.3 again - we fixed this problem.

Thank you.
by Guest
Wed Dec 12, 2007 5:40 am
Forum: Stimulsoft Reports.NET
Topic: Column problem
Replies: 2
Views: 917

Column problem

Send your mrt file to support@stimulsoft.com for analysis.

Thank you.
by Guest
Tue Dec 11, 2007 11:44 am
Forum: Talks
Topic: cumulative Total
Replies: 3
Views: 4285

cumulative Total

You should create a variable(for example - "cumulativeTotal") in the Dictionary. Then in the RenderingEvent of the databand you can write something like this:

Code: Select all

cumulativeTotal+=dataSource.Column1;
After then you can use use this variable in expressions.

Thank you