Search found 1278 matches

by Vital
Fri Jan 02, 2009 6:54 am
Forum: Stimulsoft Reports.NET
Topic: Reports with thousands of pages
Replies: 13
Views: 3591

Reports with thousands of pages

Hello Milton,

You need call Dispose method of report to clear page files.

Thank you.
by Vital
Fri Jan 02, 2009 6:49 am
Forum: Stimulsoft Reports.NET
Topic: EmptyBand and Footer on empty page problem
Replies: 9
Views: 4222

EmptyBand and Footer on empty page problem

Hello Tobias,

Please look at sample report. Try to increase value of CountData property of DataBand1.

Thank you.
by Vital
Fri Jan 02, 2009 6:26 am
Forum: Stimulsoft Reports.WEB
Topic: rich text box margin
Replies: 4
Views: 2886

rich text box margin

Hello,

We have added Margins property to RichText component. Property will be available in build from 5 Jan.

Thank you.
by Vital
Fri Jan 02, 2009 5:59 am
Forum: Stimulsoft Reports.WEB
Topic: repeading group header issues
Replies: 2
Views: 1846

repeading group header issues

Hello,

Please send your report files for first and second issue. Also please send mdc files for both reports.

Thank you.
by Vital
Fri Jan 02, 2009 5:50 am
Forum: Stimulsoft Reports.NET
Topic: Setting Initial Zoom Level in Designer
Replies: 2
Views: 957

Setting Initial Zoom Level in Designer

Hello John,

You can use following code:

Code: Select all

StiSettings.Load();
StiSettings.Set("StiDesigner", "Zoom", 2d);
StiSettings.Save();
Thank you.
by Vital
Fri Jan 02, 2009 5:19 am
Forum: Stimulsoft Reports.NET
Topic: Adding Custom Menu Items in Ribbon Interface
Replies: 3
Views: 1142

Adding Custom Menu Items in Ribbon Interface

Hello Johnham,

At this moment this is not possible. Your request added to our todo list.

Thank you.
by Vital
Fri Jan 02, 2009 5:15 am
Forum: Stimulsoft Reports.NET
Topic: Problem with PageNOfM when group is printed on all pages
Replies: 2
Views: 980

Problem with PageNOfM when group is printed on all pages

Hello Fabio,

Problem fixed. Patch will be available in build from 5 Jan.

Thank you.
by Vital
Tue Dec 30, 2008 3:36 pm
Forum: Stimulsoft Reports.NET
Topic: How to start new page?
Replies: 2
Views: 992

How to start new page?

Hello Kamaraj,

Please send your report to support@stimulsoft.com for examination.

Thank you.
by Vital
Tue Dec 30, 2008 3:35 pm
Forum: Stimulsoft Reports.NET
Topic: In Pie Chart, How to fill various design patterns like, checked, dotted and cross lines?
Replies: 6
Views: 1908

In Pie Chart, How to fill various design patterns like, checked, dotted and cross lines?

Hello,

This possible only if you create your own chart style. I can prepare sample for you if you need.

Thank you.