Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 19, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>RdlViewer methods(Hide/ShowRunButton) not working!</issue_title>
<issue_description>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!</issue_description>

Comments on the Issue (you are @copilot in this section)

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

Fixes #179


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RdlViewer methods(Hide/ShowRunButton) not working!

2 participants