|
-
Aug 15th, 2003, 09:45 AM
#1
Thread Starter
Junior Member
Counting sections in Cr report from VB
Hi everybody!
Does anybody know how to Count number of Groups within given report from VB application?
For example I can refer to a group header in the following way:
Report.Areas.Item(GH1).Suppress = True
But how can I find how many group header currently in report so i can loop through count like following:
For iCount = 1 To GroupHeaderCount
Report.Areas.Item(GH & "iCount").Suppress = True
Next iCount
Thanks in advance for any info.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|