Hi,
with Delphi I could change the sortorder of a group for a printed record like:
....Groups.Items[0].Direction := gddescending;
Please can you tell me, what to do, if I would like to do this with VS2010 and C#?
The report should not be shown. Only printed.
Brigitte