ssrs-2012

Iterate over columns of a report to dynamically show/hide them?

混江龙づ霸主 提交于 2019-12-11 08:34:42
问题 I want to try and implement a parameter which will allow users to dynamically choose which columns are going to be shown in a report. An idea is to create a multiple value parameter which has column names. After user hit View Report I want to try iterate over columns and selected values to join visibility. How I can iterate over columns inside a tablix? How I can iterate over multiple values of a parameter, so I can find if some value is selected or not? I am using MS SQL Reporting Services

Displaying page number in body of RDLC

空扰寡人 提交于 2019-12-11 06:25:24
问题 How do I get Page Number in Body Section of RDLC report. Globals!PageNumber can be used only inside either Report Header or Footer. What if I put Row number to my dataset and get the record number. Limiting the number of records per page and do the visibility calculation based on the records number is the best solution so far that I've heard of. Can anyone educate me on this logic? Or is there any other workaround for this? P.S: Other so-called solution like using Custom code is not giving

Accessing one Dataset in Another Dataset (SSRS)

女生的网名这么多〃 提交于 2019-12-11 05:01:31
问题 There are 2 Tables on Two Different Servers, I Have Dataset1 pointing to Server1. Similarly I have Dataset2 Pointing to Server2. Now I want to Use some Values from Dataset1 in Dataset2. Dataset1:- Select * from Table1 This has Name,Lessthan,GreaterThan Dataset2:- Select * from TableX X inner join Dataset1 on Dataset1.name=TableX.name Where X.Time>Dataset1.Lessthan and X.Time>Dataset1.GreaterThan Have tried doing the same as above but we are not able to Access the contents of Dataset1 in

format lookupset expression

安稳与你 提交于 2019-12-10 12:15:25
问题 In Report Builder, I have an expression using the lookupset function that pulls back either nothing, a date and description, or several dates and several descriptions. The data it is pulling is correct. I have searched this forum and MSDN. Using what I've found in both places, I have tweaked my expression to the following. My expression: =Join(Lookupset(Fields!ProjectName.Value, Fields!ProjectNames.Value, Fields!TaskBaseline0FinishDate.Value & " - " & Fields!TaskName.Value,

Automated deployment options for SSRS

只谈情不闲聊 提交于 2019-12-09 17:21:39
问题 I have been tasked to look into ways to automate the deployment process for our SSRS 2012 reports. Are there any good tools out there? I'm thinking of something along the lines of press a button and the report gets deployed. Thanks! 回答1: To deploy our SSRS reports, we're using this lovely powershell project: https://github.com/timabell/ssrs-powershell-deploy Usage: .\Deploy-SSRSProject.ps1 -path YourReportsProject.rptproj -configuration Release -verbose or you can use the alternate parameter

SSRS Migration Sharepoint Integrated to Standalone

旧巷老猫 提交于 2019-12-08 11:37:16
问题 I'm using RS.exe to migrate from a sharepoint-integrated SSRS server to a standalone SSRS server. When I run the command I think SHOULD work, I get an error related to a missing SiteURL parameter. I want to copy all contents from the source SSRS box to the destination, so my understanding is that the defaults should be acceptable. Documentation for this migration path seems thin. I'd appreciate help in figuring out how to get this done. Below are the command and error text: c:\IT>rs.exe -i

Duplication of charts in published SSRS 2012 reports

巧了我就是萌 提交于 2019-12-08 09:48:32
问题 I have a set of 16 charts I need to display for each group in my dataset. I have it working perfectly in the design environment. The charts are in a list control with grouping on one field. Each unique group should result in a set of 16 charts. The problem only exists after I deploy it. The charts repeat across the screen, even covering the SSRS controls in the browser so I cannot click print, export, etc. (See screenshot) Some things I've tried: 1. Using compatibility mode makes no

hiding and removing white space of header in ssrs report

谁说我不能喝 提交于 2019-12-08 09:18:04
问题 I'm working on ssrs report,i need to hide the header on last page for that I did visibility changes to the controls inside the header whatever I used. I used this code =IIF(Globals!PageNumber = Globals!TotalPages - 1 or Globals!PageNumber = Globals!TotalPages ,true,false) it's working fine. but after hiding the header controls the header white space showing on last page. i need to remove the white space occupying by header is there any way to remove that. 回答1: You are hiding the controls on

SSRS Line chart NULL VALUE - Horizontal Line

左心房为你撑大大i 提交于 2019-12-08 03:54:42
问题 I am hoping someone can help me. I have created an SSRS (2012) report plotting multiple series over time. The chart is shown above. Many of the non-connected points are easily 'joined up' by making the empty point value the same color and size as the line itself. I have demonstrated that with MC113. This is all fine - and I have found plenty of helpful information on the web to help me address this. The problem I am having is with the leading (and sometimes it is the lagging) horizontal line

Enable Caching for all reports in SSRS Report Server

旧巷老猫 提交于 2019-12-08 02:43:18
问题 I have more than 100 reports in SSRS report server. I need to enable caching for all of those. Right now I am enabling caching through the report manager for each and every report. Can we add caching in any of the report servers config files? So that we can enable caching for all reports at a single place. Any help will be appreciated Thanks AJ 回答1: Below is the script that I used to enable caching in minutes on a list of reports. Save it as setreportscaching.rss and then run it from the