Problem whith Multiline |
Post Reply |
Author | |
martinchik
Newbie Joined: 16 May 2006 Location: Belarus Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 23 May 2006 at 11:14am |
Can you tell me about how set multiline in ReportControl records?
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
wndReportControl.PaintManager.FixedRowHeight = False
wndReportControl.Columns(COLUMN_SUBJECT).Alignment = xtpAlignmentLeft Or xtpAlignmentWordBreak In the ReportSample sample, COLUMN_SUBJECT is the column that contains allot of text. This code will cause text to "wrap" to the next line if too long to display on a single line. |
|
martinchik
Newbie Joined: 16 May 2006 Location: Belarus Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Thank you!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |