Search found 23 matches

by jamesk
Tue Mar 18, 2008 12:28 pm
Forum: Stimulsoft Reports.NET
Topic: How to specify number of copies to print per page inside designer?
Replies: 2
Views: 1411

How to specify number of copies to print per page inside designer?

<t>Hello,<br/> <br/> We are trying to print a report where each page will be printed x number of times based on a column in a table. We were trying to add a line inside the code of the report (using design.exe) this.page1.Copies = ds_table1.QuantityToPrint but lines inserted in code does not save. I...
by jamesk
Thu Jul 05, 2007 11:23 am
Forum: Stimulsoft Reports.NET
Topic: Pie chart - Value list generates an exception
Replies: 3
Views: 1807

Pie chart - Value list generates an exception

Thanks. I tried the latest build, but I still get an out of memory exception when I close the series editor. Here's the exception details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System....
by jamesk
Tue Jul 03, 2007 6:53 pm
Forum: Stimulsoft Reports.NET
Topic: Pie chart - Value list generates an exception
Replies: 3
Views: 1807

Pie chart - Value list generates an exception

I am trying to create a pie chart that reflects the values of two different columns that are from a View. The problem that I am running into is that when I set the List of Values to two columns in a view, The design view of the report displays a large red X and an exception is displayed. Here's the ...
by jamesk
Wed Jun 06, 2007 3:04 pm
Forum: Stimulsoft Reports.NET
Topic: Unhandled exception - Properties window
Replies: 4
Views: 1899

Unhandled exception - Properties window

<t>See the end of this message for details on invoking <br/> just-in-time (JIT) debugging instead of this dialog box.<br/> <br/> ************** Exception Text **************<br/> System.ArgumentException: Rectangle '{X=0,Y=0,Width=0,Height=24}' cannot have a width or height equal to 0.<br/> at Syste...
by jamesk
Wed Jun 06, 2007 12:32 pm
Forum: Stimulsoft Reports.NET
Topic: Viewer toolbar - suggestion
Replies: 2
Views: 1296

Viewer toolbar - suggestion

<t>I ran into a situation that I was wondering if it would be possible for Stimulsoft to add a new toolbar that has only button for each export item(PDF, Excel, HTML, etc.) to the Viewer control. Currently, the export items are available in the main toolbar of the Viewer control, by clicking the dro...
by jamesk
Wed Jun 06, 2007 12:07 pm
Forum: Stimulsoft Reports.NET
Topic: Unhandled exception - Properties window
Replies: 4
Views: 1899

Unhandled exception - Properties window

<t>If I open an existing report in the designer. Then I unpin the Properties window. Single click a textbox on one of the bands, then press the F4 key.<br/> I get an exception with the following message:<br/> <br/> "Unhandled exception has occurred in a component in your application. If you click Co...
by jamesk
Mon Jun 04, 2007 6:04 pm
Forum: Stimulsoft Reports.NET
Topic: GroupFooter hides Textboxes
Replies: 2
Views: 1105

GroupFooter hides Textboxes

<t>I created a report that has a computed value(i.e. Count or Average) in a Group Footer.<br/> <br/> Then I set the Can Shrink property of the computed textbox to True.<br/> When I preview the report, the computed textbox is not displayed.<br/> <br/> The only way to make the computed textbox display...
by jamesk
Mon May 21, 2007 5:44 pm
Forum: Stimulsoft Reports.NET
Topic: Changing sort during runtime
Replies: 9
Views: 5268

Changing sort during runtime

I have a question regarding changing the sort during runtime. I found a thread where someone suggested using the following: To change sorting see below: DataBand1.Sort = new string[2] { "ASC", "Name" }; I have tried this and am unable to make this work. Is there something that I ...
by jamesk
Fri May 18, 2007 6:21 pm
Forum: Stimulsoft Reports.NET
Topic: Force Designer toolbars visible
Replies: 6
Views: 2389

Force Designer toolbars visible

This worked great, Is there a way to hide the "New Report" button on the Standard toolbar?
by jamesk
Fri May 18, 2007 6:19 pm
Forum: Stimulsoft Reports.NET
Topic: Displaying report
Replies: 3
Views: 1538

Displaying report

The company I work for recently purchased the Stimul Reports and I have a question regarding displaying the compiled report. We have an MDI application that when a used wants to run a report, we first display a filter form that we created that will allow the user to select the filter criteria. Once ...