Align icons in reportīs column |
Post Reply |
Author | |
Source
Senior Member Joined: 19 June 2006 Status: Offline Points: 103 |
Post Options
Thanks(0)
Posted: 16 August 2007 at 5:13am |
Greetings.
How to align (center or right) icons in a report column ?
Is it possible to sort a columnīs report wich uses only icons ?
Thanks in advance.
Carlos Neves
|
|
Source
Senior Member Joined: 19 June 2006 Status: Offline Points: 103 |
Post Options
Thanks(0)
|
To align icons in a report column see an example in a regular ReportSample application, right-click column header:
Column.Alignment = xtpAlignmentIconRight It is also possible to sort such columns. Just set corresponding SortPriority field. Example is available in a regular sample application, like below: 'Sets the sort priority of the item when the colulmn is sorted, the lower the number the higher the priority, 'Highest priority is sorted displayed first, then by value Item.SortPriority = IMPORTANCE_HIGH |
|
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 |