![]() |
To leave the caption of the GroupsOrder |
Post Reply
|
| Author | |
haigiang
Newbie
Joined: 10 February 2009 Location: Vietnam Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: To leave the caption of the GroupsOrderPosted: 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 |
|
![]() |
|
mar72vin
Groupie
Joined: 20 September 2008 Status: Offline Points: 18 |
Post Options
Thanks(0)
Quote Reply
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# |
|
![]() |
|
Aaron
Senior Member
Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Quote Reply
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.... |
|
![]() |
|
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 |