Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > The section height is not valid

Reply
Thread Tools

The section height is not valid

 
 
=?Utf-8?B?QmFkaXM=?=
Guest
Posts: n/a
 
      04-16-2007
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.

 
Reply With Quote
 
 
 
 
Tarak Trivedi Tarak Trivedi is offline
Junior Member
Join Date: Nov 2009
Posts: 1
 
      11-10-2009
Divide your fields in different multiple small sections. This solved issue for me.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
section with in a section config file and reading that config file kampy Python 9 10-19-2012 10:59 PM
Validation (XHTML 1.0 Transitional): Attribute 'height' is not a valid attribute of element 'table' perspolis ASP .Net 1 01-23-2007 07:57 AM
how to get specific cell height without hard-coding a height value laredotornado@zipmail.com HTML 0 08-19-2006 08:13 PM
How to tell height of div where height is not set? Don Vaillancourt Javascript 8 01-31-2005 11:32 AM
Browser Height in IE? NOT document height Kepler Javascript 12 09-20-2004 12:19 AM



Advertisments