5

Using single transaction when processing the datasets, I would like to change the order my datasets currently appear under the folder Datasets. Is it possible to move up or down any created dataset? I didn't manage to do it so far, and I'm not very enthusiast in creating my 25 DS again...

thanks in advance

davmos
  • 9,324
  • 4
  • 40
  • 43
largo68
  • 609
  • 2
  • 16
  • 29

1 Answers1

12

Take a backup first!

On the menu: View-Code. This will put you into the XML view of your report.

Search for the <Datasets> tag. Select the dataset to move by cutting from the tag <DataSet NAME="MyDataSet"> to the closing </DataSet> tag. Paste where you would like it to be. Your datasets will be re-ordered in the dataset dropdown.

On the menu View-Designer to get back to the report designer.

Chris Latta
  • 20,316
  • 4
  • 62
  • 70