Search found 4 matches

by alwessels
Wed Sep 09, 2009 11:41 am
Forum: Talks
Topic: TextBox/Text not showing after report is generated.
Replies: 7
Views: 7322

TextBox/Text not showing after report is generated.

Textbox is there it is just the text that is missing?
by alwessels
Wed Sep 09, 2009 11:08 am
Forum: Talks
Topic: TextBox/Text not showing after report is generated.
Replies: 7
Views: 7322

TextBox/Text not showing after report is generated.

<t>Hi<br/> <br/> Ive have found that the problem has to do with loading the report.<br/> <br/> I sometimes generate thousands of reports reports (They all use the same report).<br/> <br/> The first report uses: <br/> <br/> report.Load(Filename.mrt);<br/> report.Compile(Filename.dll);<br/> <br/> All ...
by alwessels
Wed Sep 09, 2009 3:54 am
Forum: Talks
Topic: TextBox/Text not showing after report is generated.
Replies: 7
Views: 7322

TextBox/Text not showing after report is generated.

<t>I am gereating a page in code. I add a textbox to the page with a certain text value. But after the report is rendered the page is empty. I export the report to pdf and tif and the problem is in both formats.<br/> I checked the value of the StiText.Text just before and after the report is generat...
by alwessels
Mon Nov 24, 2008 8:33 am
Forum: Stimulsoft Reports.NET
Topic: Problem adding pages.
Replies: 2
Views: 1005

Problem adding pages.

<t>I am creatin a report in C#. It loads a report from a file, but then I need to add a certain amount of pages depending on some variable.<br/> It is working great for 1 page but as soon as I need to add 2 or more I get a Object reference not set to an instance of an object. error.<br/> The error o...