Print Page | Close Window

To leave the caption of the GroupsOrder

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=13385
Printed Date: 20 July 2025 at 4:40pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: To leave the caption of the GroupsOrder
Posted By: haigiang
Subject: To leave the caption of the GroupsOrder
Date Posted: 10 February 2009 at 11:47pm
have a Report control that I have grouped per a specific column. I see that the caption of the GroupsOrder is a combination of the column name and the text of the record item from that row. I'd like to leave the caption for the grouping. Is that possible?

Thanks
phamhaigiang@gmail.com



Replies:
Posted By: mar72vin
Date Posted: 12 February 2009 at 8:58pm
Hi,
You can set the ReportRecordItems group caption like this

Item.GroupCaption = "Your Caption text";

-------------
Product: Xtreme Report Control (ActiveX) version 15.1.3
Platform: Windows 7 (64bit)
Language: c#


Posted By: Aaron
Date Posted: 13 February 2009 at 12:44am
Hi,
 
When adding RecordItems: Set GroupCaption same as Caption
 
Set rec = wndReportControl.Records.Add()
        Set recItem = rec.AddItem("My caption")
            recItem.GroupCaption = "My caption"
 
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....



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