Print Page | Close Window

Align icons in reportīs column

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=7809
Printed Date: 06 July 2025 at 7:57am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Align icons in reportīs column
Posted By: Source
Subject: Align icons in reportīs column
Date 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



Replies:
Posted By: Source
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net