Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Align icons in reportīs column
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Align icons in reportīs column

 Post Reply Post Reply
Author
Message
Source View Drop Down
Senior Member
Senior Member


Joined: 19 June 2006
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote Source Quote  Post ReplyReply Direct Link To This Post Topic: Align icons in reportīs column
    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
Back to Top
Source View Drop Down
Senior Member
Senior Member


Joined: 19 June 2006
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote Source Quote  Post ReplyReply Direct Link To This Post Posted: 04 September 2007 at 1:29pm
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.140 seconds.