Moving Fields To Other Sections in Crystal Reports .NET
Have you ever tried to move one field from one section to another (like from Group Header to Details) in the CR .NET IDE? You can't. But you can move two! That's right--Ctrl+Click and grab two fields, and drag them to another section (make sure you get the fields completely in the other section). This looks like a bug, but I haven't followed up on it yet.
When I need to move a single field from one section to another, I add a blank Text Object, grab both objects, and put them where I want them.
One reason to move a single field from one section to another is because when you add a field to a report from the Field Explorer, the designer automatically adds the field's title to the Page Header. If you have the Page Header all nice and pretty, you don't want to have to dig around to get the undesirable header field and delete it.
One reason to drag multiple fields between sections is to preserve their layout. If you were to delete a number of fields from your report, and then add them all back in the proper layout, you'd waste a lot of time. You'd also have to fix your report header again. Just grab them all and move them to the desired section.