Using RDC we could get/set the group using the following:
Dim oArea As CRAXDRT.Area
Set oArea = oAreas("GH1")
oArea.GroupConditionField = moCrystalAppReport.Database.Tables.Item(iTable).Fields.Item(iColumn)
oArea.SortDirection = iSortDirection
question:
How do I get the group associated with a given area using RAS? i.e. Group Header 1