The section height is not valid

G

Guest

Hi,

I'm running and exporting a crystal report to PDF using Crystal report
Version 10.0 , and I'm handling the TextBoxes on my Crystal programmatically
using this bit of code and it's working fine for 4 textboxes:
TextObject ReportTextBox;
ReportTextBox =
(TextObject)CReport.ReportDefinition.ReportObjects["Item1_1_1"];
ReportTextBox.ObjectFormat.EnableSuppress = true;
BUT, when I did put more textboxes in my crystal it's giving me this Error
"The section height is not valid" !?
how can I fix it?

Cheers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top