Viewing 15 posts - 1 through 15 (of 60 total)
It really doesn't matter. It all comes down to preference.
I develop reports on my local desktop, and link to the data sources and datasets on the server. When...
January 14, 2019 at 11:11 am
I know this is a very old post, but I thought I would respond to add to the knowledge base:
To see which reports failed, you can save this...
January 14, 2019 at 11:05 am
If you are using the web interface for ssrs, there is a search box on the main page. Just type in a partial name of a report and it will...
January 10, 2019 at 12:37 pm
Glad we were able to help! 😛
November 20, 2018 at 7:19 am
You can try setting the visibility of the row itself.
In the details group properties, select visibility, then select "Show or Hide based on an expression". In the value field,...
November 13, 2018 at 7:23 am
I created a report and it shows below:
Office Name ...
November 13, 2018 at 7:17 am
=(Fields!School.Value) & (COUNT(Fields!School.Value, "Chart3_SeriesGroup"))
want...
November 13, 2018 at 7:10 am
You can try this:
At the bottom of your matrix, add 2 rows inside of the group. in one of each cell in each row, add a rectangle. Then go to...
November 9, 2018 at 7:45 am
You may have to break it down a little more such as:
MonthName(CDate(mid(Parameters!SearchConditionString.Value,12,10))) & ", " & Year(CDate(mid(Parameters!SearchConditionString.Value,12,10)))
November 5, 2018 at 9:36 am
When an image is exported, SSRS does not preserve the size of the image you set it to in the report. it reverts it back to the original size of...
November 5, 2018 at 9:32 am
Well, technically you could. you can't directly link the second database to the report server, but if you're using the web interface for ssrs (http://Servername/reports) you can configure the...
October 23, 2018 at 11:01 am
have you looked at the visibility properties of the cell itself? You could also throw some conditional expressions to replace the actual value with a space to hide it as...
October 22, 2018 at 9:23 am
If the data is grouped, you can try using IIF statements in the background color.
Example:
=Iif(Fields!YourValue.value) = "Detail", "Blue", Iif(Fields!YourValue.Value) = "Shop", "Green", Iif(Fields!Yourvalue.Value) = "Install",...
October 22, 2018 at 9:16 am
It's best to re-configure a new report server, even if the settings are the same. I've never imported report server settings, always manually setting it up.
October 5, 2018 at 11:55 am
Viewing 15 posts - 1 through 15 (of 60 total)