I made report in Data Report for PO. But the description fields some times contains large text and some time very few. All the time I have to change the field size in Designing mode. I need a solution, so that field size can be changed through Program
ABout Data Report
Collapse
X
-
Tags: None
-
hi,Originally posted by Pradeep MohantyI made report in Data Report for PO. But the description fields some times contains large text and some time very few. All the time I have to change the field size in Designing mode. I need a solution, so that field size can be changed through Program
why can't u go for crystal reports [seagates / busiess objects] has many features than the data report. even the pbm of "Larger Report Width" can be solved. contains the text box with option autosize that reduces the complexity in desgning. working with it also will b easier.
regards,
vijay -
hi
set CanGrow property (Properties window) of your text control to True.
once you set the cangrow poroprty at design time, control will auto-size to fit the text in it.
regards
manpreet singh dhillon hoshiarpurComment
Comment