Bar chart refreshing each time after changing parameters - reporting-services

I am facing a problem in my SSRS report for some days-
The Bar Chart is refreshing when the parameters fields like-Month, Country are changed. However the information is in blank after refreshing and we need to click on view report to refreshing properly. The refresh only should happening when click on View Report. I am using Sql server 2008 R2.

Related

SSRS 2008 R2 - Back button in a linked report doesn't show up

SSRS 2008 R2 - have set up a back button in a linked report to link back to main report when clicked on. The text box nor the image shows up when user runs report from reporting services - anyone know why? Thank you

Microsoft SSRS 2016 - publish report header and report footer as Report Parts

I have used Microsoft SSRS extensively with the Report Manager.
Today I have a unique requirement:
I need to deploy the header and footer of a report as Report Part. (I am completely new to report parts though)
After building the report in SSRS 2016 Report Designer, I go to the tab Reports, and choose Publish Report Parts.
In the Publish Report Parts tab, I see Select items to Publish.
In this window, I do NOT see the report header or footer. I see only the parameters used in the report.
When I use the SSRS Report Builder to Publish Report Parts, I see parameters and datasets (this time), but still not the header or footer.
Any idea on how to publish the header and footer alone as Report Part ?

Reports are blank when opened from Reports Server

I have created a report project in Visual Studio 2013 and deployed a test report to the local reports server (SSRS 2012).
When I preview the report from visual studio it opens well, but when I try opening it from Report Server URL, I can see the report viewer toolbar but once I click "View Report" it shows "Loading" and then a blank page appears.
I then tried to delete the datasource, datasets and delete any report contents and just keep the title, still a blank page is the only thing that appears
Any idea what could be the problem or things i can try ?
It turned out to be a problem in Chrome browser, trying out Internet Explorer worked fine.

Changing parameter position in sql builder 3.0

i am using report builder to generate charts in sharepoint. I am using parameters to filter the data in the chart. When i view the report in the page viewer in the sharepoint site the filter is displaying in the right hand side of the page. Is there any option to change the filter to the top of the page??
Not with Report Builder. There isn't anything there to control the parameters display location. To do this, you'll need to use Report Designer.

SSRS drill down report not displaying in report viewer

We have an SSRS report (drill down report) built and it works fine through the browser. However when we open the same report through the report viewer (WPF application - report viewer hosted as windows forms host), the drill-down functionality is not visible. The report is shown without the drill down part.
Thanks
Resolved.
The issue was that the report in print layout format does not display the expanders. On changing the report layout to normal, the expanders were seen and worked as expected.