C
cbfuk
Is there a way to find out which sections are defined in a report, and
to iterate through them? There doesn't seem to be a "Sections"
collection, and accessing any section with rpt.Section() appears to
require knowing in advance that it exists! I need to make some code
generic and able to find out for itself, but can't see how.
to iterate through them? There doesn't seem to be a "Sections"
collection, and accessing any section with rpt.Section() appears to
require knowing in advance that it exists! I need to make some code
generic and able to find out for itself, but can't see how.