Dynamic expansion of a Crystal report...
Posted
by Chathuranga Chandrasekara
on Stack Overflow
See other posts from Stack Overflow
or by Chathuranga Chandrasekara
Published on 2010-05-31T09:01:38Z
Indexed on
2010/05/31
9:02 UTC
Read the original article
Hit count: 336
visual-studio
|crystal-reports
I have a crystal report consisting of several pages. Each page consists of a several fields that are populated from database.
Suppose the following example :
Name : aaaaaa
Education Background:bbbbbbb
Age:cc
In my case the Education Background's details (bbbbbbb here) may consist of several words or several pages. If I set a large space for it, it will waste a big space on report (Yes. May be a paper) in a case of short answer.
How can I eliminate this problem? Does crystal reports provide a way to dynamically expand the space?
© Stack Overflow or respective owner