Report Header Record Visibility |
Post Reply |
Author | |
cstiles
Newbie Joined: 12 July 2011 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 06 November 2011 at 8:00am |
Hi
I am trying to allow my users to select which header rows they do/dont' want to see in a report control. (via several checkboxes on a form). Setting the Visible property of the corresponding reportrecord (in the headerrecords) doesn't seem to work ..
grdReport.HeaderRecords(1).Visible = boolShowTheActivityTypeRow
grdReport.PopulateHeaderRows However, I tried similar code on the main records, and it seems to work just fine.
grdReport.Records(1).Visible = boolShowTheActivityTypeRow
grdReport.Populate I've tried several combinations of calling populate, redraw, .. accessing the record in different methods .. nothing seems to make a headerrow invisible??
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
I just tried with V15.1.3 and it does work OK. What version do you use?
|
|
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.... |
|
cstiles
Newbie Joined: 12 July 2011 Status: Offline Points: 6 |
Post Options
Thanks(0)
|
I'm still on 15.0.1 :-(
|
|
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 |