You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: