asp.net - Crystal Report display collapse when one field allow can grow -


my crystal report display not in correct format when allow 1 field of "can grow".

before allow "can grow" :

enter image description here

after allow :

enter image description here

so how solve problem?

here have set :

enter image description here

last edit:

enter image description here

or try this.

  • create text object.
  • insert fields in text object base in order. how insert? cut field edit text object paste.
  • then in properties of text object check suppress embedded field blank line.
  • then can check if want can grow of text object

this sample output inside textobject

enter image description here

and output this

enter image description here

cotabato house company name. sinsuat philippines address. numbers contact.

they compres because shorten size of textobject execute funtion of can grow

your output must this. hmmm enter image description here

your final output must this. no more '[' or ']' can seen inside textobject.

data sample

enter image description here


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -