Search found 7 matches

by garethm
Tue Apr 15, 2008 7:01 pm
Forum: Stimulsoft Reports.NET
Topic: Error loading report template
Replies: 2
Views: 1570

Error loading report template

<t>Hi<br/> <br/> When I try to load one of the report templates I have created and saved using the Stimulsoft Report designer, I receive the following error:<br/> <br/> 2008:04:16, 09:51: StiReport: Loading report from file 'C:\Temp\DemoReport2.mrt'...ERROR<br/> 2008:04:16, 09:51: StiReport: Method ...
by garethm
Wed Jan 16, 2008 6:59 pm
Forum: Stimulsoft Reports.NET
Topic: Page numbering problem in segmented reports
Replies: 2
Views: 1084

Page numbering problem in segmented reports

Hi When printing a segmented report the page numbering is not correct. Using the demo Page segments / Two Segments on Width as an example, the footer of page 2 contains "Page 1 of 6", page 4 has "Page 3 of 6", and page 6 (which is the last page) has "Page 5 of 6". I wou...
by garethm
Mon Jan 14, 2008 9:44 pm
Forum: Stimulsoft Reports.NET
Topic: Spreading columns across pages
Replies: 2
Views: 1025

Spreading columns across pages

<t>I'm trying to create a report that contains a large number of columns - too many columns to fit across the top of a single page. The rows in my report can have different heights, depending on the amount of data in the row (ie. CanGrow is set to true).<br/> <br/> I have tried creating two pages in...
by garethm
Sun Aug 27, 2006 6:14 pm
Forum: Stimulsoft Reports.NET
Topic: Page totals
Replies: 6
Views: 3609

Page totals

Set property ProcessAtEnd of StiText with {m_collectionsSummary} to true. With this property content of StiText will be processed after report rendering is finished. Doing this prevents the size of the StiText (or perhaps the band its on) from being calculated correctly. It doesn't grow to accommod...
by garethm
Fri Aug 25, 2006 12:49 am
Forum: Stimulsoft Reports.NET
Topic: Subscript/Superscript - Possible?
Replies: 6
Views: 3956

Subscript/Superscript - Possible?

Just to clarify that, if you use the RtfText property, you can specify raw rtf - and using raw rtf you use \sub and \super to indicate sub- and superscript, respectively.

e.g. SO{\sub 4}{\super -2} gives you SO followed by a subscript 4 and a superscript -2.
by garethm
Thu Aug 24, 2006 11:56 pm
Forum: Stimulsoft Reports.NET
Topic: Page totals
Replies: 6
Views: 3609

Page totals

<t>Thank you very much for your help.<br/> <br/> I've run into two problems trying to produce the summary at the end though:<br/> <br/> 1. I'm finding the last page before the summary is missing from the listed totals.<br/> <br/> I've created three variables in the dictionary:<br/> rpt->Dictionary->...
by garethm
Thu Aug 24, 2006 2:03 am
Forum: Stimulsoft Reports.NET
Topic: Page totals
Replies: 6
Views: 3609

Page totals

<t>Hi<br/> <br/> I'm evaluating StimulReport for use in our product and I'm trying to work out how to implement one of the requirements we have. I need to print the total of a column at the bottom of each page. The last page(s) of the report should be a summary giving a list of all the pages along w...