Search found 182 matches

by Guest
Fri Dec 07, 2007 11:43 am
Forum: Stimulsoft Reports.NET
Topic: Reload Databound Checked List Box
Replies: 5
Views: 1785

Reload Databound Checked List Box

You can access to the standard .Net CheckedListBox component via StiCheckedListBoxControl.Control property. This property allows access to a collection of the checked items.

What about your fist question - data should be reload automatically, is it not?

Thank you.
by Guest
Fri Dec 07, 2007 10:13 am
Forum: Stimulsoft Reports.NET
Topic: Stimulsoft Reports.Net 2007.3 changes
Replies: 18
Views: 6767

Stimulsoft Reports.Net 2007.3 changes

Fix: Problem with ICustomTypeDescriptor, Browsable attribute and Business objects.
by Guest
Fri Dec 07, 2007 9:19 am
Forum: Stimulsoft Reports.NET
Topic: Stimulsoft.Database.dll
Replies: 4
Views: 1421

Stimulsoft.Database.dll

Unfortunately, we couldn't reproduce this issue. Could you inform us about your actions for the reproduction this problem step by step?

Thank you.
by Guest
Thu Dec 06, 2007 10:19 am
Forum: Stimulsoft Reports.NET
Topic: Stimulsoft Reports.Net 2007.3 changes
Replies: 18
Views: 6767

Stimulsoft Reports.Net 2007.3 changes

Fix: Some changes in the export to Excel and Excel 2007
by Guest
Wed Nov 28, 2007 4:27 am
Forum: Stimulsoft Reports.NET
Topic: Setting design grid at 0,5 millimeters
Replies: 3
Views: 1164

Setting design grid at 0,5 millimeters

We will look that it is possible to make with this problem.

Thank you.
by Guest
Wed Nov 28, 2007 4:13 am
Forum: Stimulsoft Reports.NET
Topic: Problems with Collate
Replies: 2
Views: 1403

Problems with Collate

<t>The "Collate" property works in the following way:<br/> 1. Report is rendered, without use of this property.<br/> 2. After that the rendered pages of the report are sorted as follows(if Collate = 2): page[1], page[1+2=3], page[3+2=5], page[5+2=7], page[7+2=9], page[9+2=11(but count of pages = 10,...
by Guest
Fri Nov 23, 2007 3:55 am
Forum: Stimulsoft Reports.NET
Topic: Report Not Render In the server
Replies: 2
Views: 1391

Report Not Render In the server

<r>Show your code, which starts the report with webserver, with the Local Machine and also show the report himself(send it to the <EMAIL email="support@stimulsoft.com">support@stimulsoft.com</EMAIL>).<br/> <br/> You simply need to copy Stimulsoft assemblies to the server, without any other installat...
by Guest
Mon Nov 19, 2007 7:03 am
Forum: Stimulsoft Reports.NET
Topic: Set the zoom value in the designer
Replies: 4
Views: 1423

Set the zoom value in the designer

You can use the "Zoom" property. For example:

Code: Select all

report.Info.Zoom = 1;
Thank you.
by Guest
Mon Nov 19, 2007 5:04 am
Forum: Stimulsoft Reports.NET
Topic: Count datarows in subreport
Replies: 11
Views: 3826

Count datarows in subreport

You can zeroize the CountRow variable when the subreport2 is call(BeforePrintEvent for Subreport2)

Thank you.
by Guest
Fri Nov 16, 2007 11:10 am
Forum: Stimulsoft Reports.NET
Topic: Stimulsoft Reports.Net 2007.3 changes
Replies: 18
Views: 6767

Stimulsoft Reports.Net 2007.3 changes

Fix: Some problems with watermark printing.