reportsync icon indicating copy to clipboard operation
reportsync copied to clipboard

Very slow against an SSRS Server with huge number of folders and reports.

Open JeffLeBert opened this issue 6 years ago • 4 comments

We have an SSRS Server that has 100's of directories with 10,000's of RDLs spread across them. When you click the Load button, it could take up to 30 minutes to populate the TreeView.

I just got done updating the utility to only load the visible nodes in the tree. When you expand a node, it will populate the child nodes. This makes loading very fast because it is only loading a small subset at a time and only loading the nodes the user actually cares about.

I'm a bit new to github, so will try to do a Pull Request so the changes are available for anybody else in my situation.

JeffLeBert avatar Jan 23 '20 21:01 JeffLeBert

I couldn't figure out how to do a Pull Request. If anybody needs this fixed, let me know.

JeffLeBert avatar Jan 23 '20 21:01 JeffLeBert

This looks like a useful page https://yangsu.github.io/pull-request-tutorial/ I think you need to fork this repo, make your changes in your copy then you can create a pull request based on your fork.

sqlegan avatar Jan 25 '20 14:01 sqlegan

Hi, thank you for you effort! If you can't figure the Pull Request stuff out you can also just send me the changes, I'll implement them in the code then.

phires avatar Jan 27 '20 14:01 phires

I think I've got the Pull Request in correctly. Let me know if I can help in any way.

JeffLeBert avatar Jan 27 '20 23:01 JeffLeBert