Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - To leave the caption of the GroupsOrder
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

To leave the caption of the GroupsOrder

 Post Reply Post Reply
Author
Message
haigiang View Drop Down
Newbie
Newbie
Avatar

Joined: 10 February 2009
Location: Vietnam
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote haigiang Quote  Post ReplyReply Direct Link To This Post Topic: To leave the caption of the GroupsOrder
    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
Back to Top
mar72vin View Drop Down
Groupie
Groupie


Joined: 20 September 2008
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote mar72vin Quote  Post ReplyReply Direct Link To This Post 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#
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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....
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.063 seconds.