What steps will reproduce the problem?
1. Connect to report server
2. Expand tree to view sub-folders
3. Select a sub-folder
4. Download
What is the expected output? What do you see instead?
Expected reports within selected sub-folder to be downloaded.
Nothing was downloaded.
What version of the product are you using? On what operating system?
Revision 25 from Subversion checkout.
Please provide any additional information below.
The recursion is only working where a top-level folder is selected. It also
needs to recurse sub folders even if the top level folder is unselected.
Adding the following else clause at line 351 of ReportSync.cs appears to solve
the problem:
else
{
saveTreeNodes(node.Nodes);
}
Original issue reported on code.google.com by Nik.Da...@gmail.com on 3 Jan 2014 at 2:05
Original issue reported on code.google.com by
Nik.Da...@gmail.com
on 3 Jan 2014 at 2:05