Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RdlViewer methods(Hide/ShowRunButton) not working! #179

Open
OilPrince opened this issue Jul 6, 2018 · 1 comment
Open

RdlViewer methods(Hide/ShowRunButton) not working! #179

OilPrince opened this issue Jul 6, 2018 · 1 comment

Comments

@OilPrince
Copy link

OilPrince commented Jul 6, 2018

As we know, the methods(ShowRunButton and HideRunButton) control the visibility of 'Run Report' Button.
But any method is not working.

For fixing the problem, add some codes in the source 'RdlViewer.cs'.

(Line 2145)
public void HideRunButton()
{
_ShowParameters = false; //<- Add this Line
_RunButton.Visible = false;
}

(Line 2150)
public void ShowRunButton()
{
_ShowParameters = true; //<- Add this Line
_RunButton.Visible = true;
}

I hope that this issue is resolved ASAP!

@majorsilence
Copy link
Owner

Please send a pull request with the fix and I'll merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants