reporting-services Questions

4

I have a report that passes an id that is used to access salesforce.com. I want to open SFDC as a new page from the URL hyperlink. However, nothing I do seems to be working! ="javascript:void(win...
Find asked 1/8, 2013 at 19:36

2

Solved

I am trying to create a custom SSRS assembly that formats the style of a report based on the value of an SQL table. I need to be able to preview this locally and deploy to the reporting server. T...
Nestor asked 1/11, 2019 at 9:12

3

Is there any chance to do vertical merge of fields in tablix? I am working few years on SSRS, but only saw horizontal merge of cells, vertical not.
Sparrow asked 26/7, 2013 at 12:0

3

Solved

I am new to ssrs. I want to get all the possible data for ssrs subscribed report, which are Available in ResportServer database. I have found some queries, but that does not have proper data. It ...
Waisted asked 8/4, 2016 at 9:1

2

Solved

I have a Visual Studio Project with some reports I created. Each report has its own DataSource, with a defined user and password and a embedded connection, and I use this expression for the string ...
Giraud asked 16/10, 2018 at 14:9

12

Solved

I have a report that has about 10 parameters and about 10 datasets and one datasource. I typed alot but I really need help so I figured I would try and provide as much info about the problem as I c...
Dorrisdorry asked 9/3, 2011 at 21:47

3

I've built a report in Reporting Services and when we browse to the report in Internet Explorer we want to be able to export the report in PDF format. It works, but it was cutting off the columns t...
Leader asked 6/8, 2015 at 13:32

7

I got a problem while creating a report in SSRS. The ERROR shows: Error 1 [rsInvalidReportParameterDependency] The report parameter ‘COUNTRY’ has a DefaultValue or a ValidValue that depends on...
Ranged asked 22/10, 2010 at 7:32

2

All Reports when click the print button open a PDF option with but I want to print straight to the print. I've tried to change a few configurations on SSRS but does not work, my research so fa...
Sharenshargel asked 14/2, 2019 at 12:56

4

enter image description hereTrying to use SSRS in Visual Studio 2019 Community. I am able to create a new "Report Server Project" Project in VS. However, when I try to "Add New Item&...

4

Is it possible to write extension methods for expressions behind RDLC fields? For example, let's say that I have a DateTime field in my datasource that may either have a valid value or may be null...
Jarv asked 2/7, 2010 at 23:17

4

Solved

A simple (I hope) question, I'm using Visual Studio, I create a new report in SQL Server Business Intelligence Development Studio. In layout view the ruler is in inches, I would like to change it t...
Psychosomatics asked 3/3, 2009 at 1:25

2

Solved

Using BIDS 2005 to create rdl reports. I want to have the report aggregate all the strings in a data group. I was looking for something along the lines of Concatenate(Fields!CompanyName.Value, ",")...

10

I'm having trouble adding a line break in SSRS 2008. I've tried all of these different ways but nothing is doing it. "+ chr(10) +" , "& chr(10) &" , "& chr(13) & chr(10) &" , ...
Lotta asked 28/2, 2014 at 13:56

4

Can anyone advise me how to create the report in a asp.net core program. I would like to export the report as excel, pdf and word. What is the best way to produce the report in asp.net core? I am l...
Procora asked 25/4, 2019 at 5:24

2

Solved

I'm trying to make PowerShell send a web request to our SSRS server and capture the results. I've hit a wall using the rs:FORMAT=EXCEL parameter in the SSRS url string. I have the following: First...
Brancusi asked 26/2, 2015 at 11:14

4

I have a simple Reporting Services report, a simple table, created with BIDS 2005, with the report wizard. I run the report on a RS2008 R2 server as is and it renders perfectly. When I export to ...
Scrivener asked 3/3, 2011 at 15:28

5

Solved

I have been trying to resolve this simple issue for a few hours with no joy. I have two tables within my SSRS 2008 report which are bound to different datasets and I need to show or hide the appro...
Deni asked 15/10, 2015 at 8:40

5

I'm exporting an SSRS Report to Excel and when the user tried to sort it for some column. They got the message "This operation requires the merged cells to be identically sized. How can I generat...
Logic asked 20/6, 2012 at 1:50

5

Solved

My SSRS report contains 7 input parameters and while running my report the size of the parameter(i.e. length) is increasing. One of my input parameter(drop down list) may contain 100 characters so...
Shrewish asked 14/8, 2010 at 11:55

3

Solved

I have a Pie chart generated using SSRS. I would like to Show both Count and percentage in the Pie chart. Right now, I am able yo show the count in pie charts as well as in the report. I want to...
Miniature asked 30/10, 2014 at 5:39

5

The report server was unable to validate the integrity of encrypted data in the database. (rsCannotValidateEncryptedData) . Could not restore the encryption key, so I deleted the keys and tried to...
Humberto asked 13/9, 2017 at 17:52

2

DISCLAIMER: All of this information is completely fake on the report for testing purposes. I have a report which contains a text box that is getting back a lot of data from a query. The issue is t...
Hauck asked 6/12, 2013 at 19:6

5

Solved

I'm trying to highlight a field when the value has the word 'deadline' in it. I'm trying to use the expression: =IIf(Fields!Notes.Value like "%deadline%","Yellow","Transparent") in the Background...

5

Solved

I'm looking for a way to get versioning informations out of my SSRS reports. I have several environments and would like to be able to compare which report version is deployed on these environments....
Koala asked 1/11, 2010 at 10:35

© 2022 - 2024 — McMap. All rights reserved.