Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

SSRS, Reduce resolution of image?

$
0
0

I can find lots of posts about wanting to increase or improve the resolution of an image in SSRS. I am looking for the opposite: how to reduce the resolution in order to create a smaller Excel file size when users export to Excel.

Users run the report, export to Excel, and email the file to external users and customers. The report can sometimes have up to 100 images so the file size can be 15MB. The desire is to reduce the size of the Excel file. The users want to keep the image size as is (3in x 3in) if possible so perhaps reducing the resolution will decrease the size? Of course, then they will complain about the image quality :-/

My report pulls the image from SQL. The images are taken with digital cameras and usually range from 1 to 2 MB each. The image properties are:

Size: 3in x 3in

Sizing: Fit

MIME type: png

Running SQL and SSRS 2008 (not R2).

Is there an SSRS option for this? Ideally it would be report specific, not a server wide setting. Maybe a SSRS code function or even SQL code to reduce the size as it comes from the database?

Thanks.


SSRS Report Group By Vertical and Horizontally with Detail Data

$
0
0

Dears,

I am expecting your help to achieve blow task in SQL Reporting Service. I am pulling data from a SharePoint List and my data set looks like below; and, I need to show those data in following layout;

Group by: Destination and Week (vertical, horizontal)

Detail : JobNo and VessleName (no aggregation and should show detail text data)

How could I show that in SSRS Report? I tried Matrix and couldn’t get that layout yet; it shows me always 1<sup>st</sup> Job NO and Vessel Name for each Destination, not showing the rest.

Kindly share with me guide lines attached is for your reference.


ASP.Net, C#.Net, SQL Server ,Win32

Pie chart control action

$
0
0

Hi 

I am using  SSRS 2008 R2.

Is it possible to control the rotation of the fields in the 2-D pie chart clockwise/anticlockwise?

Any help on this would be appreciated.

SSRS -Could not open Report Manager

$
0
0

SSRS 2012 , Today Morning when i try to browse report manager for upload some reports it suddenly shows like this

Could not find file 'C:\Users\ReportServer\AppData\Local\Temp\ryninnec.dll'.

Please help me to solve the problem ,but i can browse     http://serverip/Reportserver , I could not browse http://serverip/Reports 



Thanks & Regards Manoj

Hide Data Labels in Line Chart when values repeat

$
0
0

I have a line chart and bar chart combination in SSRS 2008.The series value is same across all the category Fields and I am able to get a straight line .But the problem arises when I display the Data Values.I need to display only one data point unlike I am getting 3 values for e category values.

like --------------------------------

        220         220            220

required ------------------------------220

 

Is there any way that I could get this.I was either able to show all the data values  or hide all the data values bt I need to show only one data label.

Any help would be highly appreciated.

 

Thanks

                

Unable to open the Report Manager!

$
0
0
My administrator installed SQL Sever 2005 with the reporting services.
When I try to open the Report Manager using http://localhost/Reports
I receive the message The Page cannot be found

Could this be a configuration problem?
Thanks

SSRS accompanied with SSIS_Deployment

$
0
0

Hello,

please, upon having finished all activities on

1) DB creation (SSMS 2008 R2)

2) SSRS report(s) creation (ReportBuilder 3.0)

3) SSIS (bulk print .PDF(s)) (BIDS 2008)

I now need to move (deploy) all the stuff to production server, from development environment (i.e. localhost).

How to proceed? Do I now need to open VS 2008 and under TAB Project, to select ....etc....etc...The most probably, I must

1) Export DB

2) Deploy SSRS reports

3) Deploy SSIS

like absolutely separate tasks (production server is the same for all three steps)?

As of now, I was provided only with address of production server in a form: http://sql-devenv.name.domainname/reports

Please, how to proceed...?

Thanks

How to display the report in a separate page?

$
0
0

Hello Everyone

Suppose i have 10 pages in a report based on Route id details. What happens is 1st 19 lines displays in the first page and the remaining 1 line displays in the second page. Then the remaining part of the report continues from the second page and then so on. Is it possible to display the 1  line in 1st page itself (by reducing margins or any other workaround) or to display the 1 line only in the second page. And the next route id should be starting from the 3rd page. Can some body suggest how to do this?

Regards


Regards


Report Builder 2 - link to a pdf in a network folder?

$
0
0
In Report Builder I'd like to create a link from a column field to open a pdf file held in a network folder.

Reporting Services as a generic service in a failover cluster group?

$
0
0

There is some confusion on whether or not Microsoft will support a Reporting Services deployment on a failover cluster using scale-out, and adding the Reporting Services service as a generic service in a cluster group to achieve active-passive high availability.

A deployment like this is described by Lukasz Pawlowski (Program Manager on the Reporting Services team) in this blog article http://blogs.msdn.com/b/lukaszp/archive/2009/10/28/high-availability-frequently-asked-questions-about-failover-clustering-and-reporting-services.aspx. There it is stated that it can be done, and what needs to be considered when doing such a deployment.

This article (http://technet.microsoft.com/en-us/library/bb630402.aspx) on the other hand states: "Failover clustering is supported only for the report server database; you cannot run the Report Server service as part of a failover cluster."

This is somewhat confusing to me. Can I expect to receive support from Microsoft for a setup like this?

Best Regards,

Peter Wretmo

Rows Missing From Report

$
0
0

Hello, forum!

Something very confusing has come up.

I'm using Visual Studio 2008 and have created a report that returns the number of current members assigned to a particular doctor in our group. Then, for a detail, one can click on the doctor's name and it will bring up a subreport that details the demographics of his members; name, address, DoB, gender, etc.

During debugging the subreport, I hard coded a particular doctor and effective date (to get the current members only). Everything seemed to be working fine - and, for the doctor I chose, it actually was working fine. Then, I checked to ensure that the subreport came up properly, but still used this same doctor to test that, since I'd already recorded what he should have and that made it easier.

When we tested the report before pushing it out, we looked at the very first doctor in the list. This doctor is one we commonly use for testing because his name is alphabetically first, he also has a buttload of patients. So, because we used him for other purposes, we already knew what his count should be and the main report properly showed it to be the correct number.

Then, we clicked on him to get his detail and, for some reason, decided to check the list. It was two short.

That was odd, we thought. The count showed the correct number, but the subreport returned two less.

So, I dumped the detail into Excel to see who was missing. Turns out, this doctor happens to have two members who share a name with two other members. The second of each pair was missing.

I checked the query in SQL, it returned everyone, even the duplicate named members, no problem. I ran the query while in the Query Builder in SSRS - well, Visual Studio - and, again, it returned the correct members.

Thinking that it might be something to do with using a filter, I changed the query to use a WHERE, rather than a dataset filter, and ran the report; it lost those two. I ran it in the query designer with the WHERE and it returned the correct count.

For some reason, we can't fathom why, when the query is run as part of the report, it loses the two duplicately named members, but when run as a query, it works fine.

I can't see why the name should matter. It's not used for anything, not as a criteria for a WHERE or anything else, and not as a filter.

Below is the query in the three forms I've tested it;

/*This is the hard-coded version*/
SELECT
  RTRIM(LastName) + ', ' + RTRIM(FirstName) AS Name,
  RTRIM(MemberID) AS MemberID,
  RTRIM(MRN) AS MRN,
  RTRIM(Last_Visit_STATUS) AS Last_Visit_STATUS,
  CAST(DOB AS date) AS DoB,
  RTRIM(Gender) AS Gender,
  RTRIM(Street) AS Street,
  RTRIM(City) AS City,
  RTRIM([State]) AS [State],
  RTRIM(Zip) AS Zip,
  RTRIM(Phone) AS Phone,
  RTRIM(Eff_Period) AS Eff_Period,
  RTRIM(PCP_NPI) AS PCP_NPI
FROM
  THPGPRODSQL.UHC_MA_Risk.dbo.UHC_MA_Risk_Current_Membership
WHERE
  Eff_Period = '201503'
  AND PCP_NPI = '[NPI # goes here]';

/*This is the version that uses the dataset filters of;
  @CurEffPer
  @PCP_NPI*/
SELECT
  RTRIM(LastName) + ', ' + RTRIM(FirstName) AS Name,
  RTRIM(MemberID) AS MemberID,
  RTRIM(MRN) AS MRN,
  RTRIM(Last_Visit_STATUS) AS Last_Visit_STATUS,
  CAST(DOB AS date) AS DoB,
  RTRIM(Gender) AS Gender,
  RTRIM(Street) AS Street,
  RTRIM(City) AS City,
  RTRIM([State]) AS [State],
  RTRIM(Zip) AS Zip,
  RTRIM(Phone) AS Phone,
  RTRIM(Eff_Period) AS Eff_Period, -- uses the @CurEffPer parameter
  RTRIM(PCP_NPI) AS PCP_NPI        -- uses the @PCP_NPI parameter
FROM
  THPGPRODSQL.UHC_MA_Risk.dbo.UHC_MA_Risk_Current_Membership;

/*This is the version that uses the WHERE clause*/
SELECT
  RTRIM(LastName) + ', ' + RTRIM(FirstName) AS Name,
  RTRIM(MemberID) AS MemberID,
  RTRIM(MRN) AS MRN,
  RTRIM(Last_Visit_STATUS) AS Last_Visit_STATUS,
  CAST(DOB AS date) AS DoB,
  RTRIM(Gender) AS Gender,
  RTRIM(Street) AS Street,
  RTRIM(City) AS City,
  RTRIM([State]) AS [State],
  RTRIM(Zip) AS Zip,
  RTRIM(Phone) AS Phone,
  RTRIM(Eff_Period) AS Eff_Period,
  RTRIM(PCP_NPI) AS PCP_NPI
FROM
  THPGPRODSQL.UHC_MA_Risk.dbo.UHC_MA_Risk_Current_Membership
WHERE
  Eff_Period = @CurEffPer
  AND PCP_NPI = @PCP_NPI;

It doesn't matter if the subreport uses @CurEffPer or @PCP_NPI passed from the main report or if the subreport uses default values for the parameters. The only time it gives the full list of members is when the query is run independently; when run by previewing the main report or the subreport, it loses the two names that are duplicated, even though the rest of the demographic data is different.

What could be going on? The query works, but why is it not working in SSRS?


RS.EXE error prompt

$
0
0

Hello,

trying to use RS.EXE utility for the first time, I get following error:

rs.exe -i ssrs_migration.rss -e Mgmt2008 -s http://SourceServerName/ReportServer -u Domain\User -p password -v ts="http://TargetServerName" -v tu="Domain\Userser" -v tp="password"

Error: Invalid  endpoint type

What might be wrong in above syntax?

thanks


SQL Server 2008 R2

Alternate column colors in SQL 2008 Matrix

$
0
0
I have a Matrix with dynamic columns. I am grouping Matrix on one column group. I am trying to have a different color for every group. I hvae so far, three groups. How can I do that? A note, there is no data for every column group in every row.

Cannot create a connection to data source 'dataSource1'.

$
0
0
 

I successfully created the a Report model and  deployed it to the server. When i run the a simple report on the SQL Server where reporting Services is installed it runs fine. When I run the report from anywhere else,  I get the error below.  I don't have a datasource called 'dataSource1'.

*******************************************************************

For more information about this error navigate to the report server on the local server machine, or enable remote errors
----------------------------
Cannot create a connection to data source 'dataSource1'.
----------------------------
An error has occurred during report processing.

*******************************************************************

 

Thanks for any help!

SSRS dropdown should allow null value

$
0
0

I have a dropdown in SSRS reports that is databound. I want this to be nullable\optional. Even if I select allow null it raises alert.

I searched on lot of articles on the net which says change SP to return null as one of the item. However i dont think this is the better solution. Is there any other way?


horizontal scroll bar in reportview in ssrs

$
0
0

hi

how can i add scroll bar in report even it has only 2 rows and columns...in a table...

do not display header of table in SSRS report when no rows return by query

$
0
0

hiding the header of a table when there is no records in table using with query in ssrs

plz help me i am a fresher....

 

Display row data horisontally

$
0
0

Hi,

I've designed a report with multiple row groups that works 100%.  In the details section I have one field that displays multiple rows.  I would like to display this field as columns e.g. all the results next to each other rather that below each other.  I've tried some column groupings, but I do not want blank columns between the results.  This was pretty easy with crystal reports, but I cannot seem to get it right in SSRS

Here is my design view:

Here is the result:

Anybody out there with a similar issue?

Not being asked for credentials in SSRS 2008 R2 for Firefox and Safari

$
0
0

I have an instance of SSRS 2008 that is currently working on all browsers (the URL is something like reports.foo/reports).

I spun up a new instance of SSRS and placed it on the url report01.foo/reports.  This new instance is connected to a different domain (I am spining up a Active Directory Domain and trying to build out our infrastructure, so the logins are different). 

I am able to access the new URL (report01.foo/reports) from IE and Chrome.  It is asking for the username/password and able to get on just fine.

However, when I try to go to the new URL (report01.foo/reports) using Safari and Firefox, it never asks for credentials and shows a blank page.  This does not happen for the old URL (reports.foo/reports), only the new URL.

Any ideas?

SSRS 2008 Header height issues due to merged columns

$
0
0

When working on a report today we ran into an issue which took us quite some testing to figure out. At some point we decided to switch some of the headers of columns around and when rendering the report again it for some reason created a header which was way heigher then the biggest text there, showing a huge empty space in the header underneath the text.

My first guess was that there had to be some extra spaces in some column or something alike, which made the cells grow so much. This however was not the case. As a next step I cleared the cells in the headerrow one by one to figure out which field was making the header grow this much. It turned out to be the header in the 10th column. When I replaced the text in this cell, it did not make the header grow anymore. When I put the original text back, it started growing again. As a next step I removed the text in this cell, pasted it in another cell (column 11) and rendered the report, with the same huge header again. Out of frustration I tried a desperate last move, copied it to column 1 and rendered the report, the effect was a small header without some weird height. So the conclusion was that this text was making the header grow hugely in the columns 10 and 11, but not in column 1? What is the difference between column 10/11 and column 1?

Then I noticed that column 7, 8 and 9 were pretty small columns, only holding integer values. The header above this, however, was one word, so the 3 cells in the header for these columns were MERGED. So basicly, only looking at the cells in the header, my huge text was in the 8th cell from the left, not the 10th (10th column, but due to merging the 8th cell). As a test I editted the width of the 8th column (the middle one of the merged cells) to be as wide as all the other columns holding text. The rendering of the report, with the huge text in the original headercolumn, now did not grow my header to be extremely big. This combined with the way "hiding" works in SSRS 2008 oppose to SSRS 2005 (ie, in 2008 a hidden cell disappears completly, moving all next cells up to the left, where as in 2005 a hidden cell just shows as empty in the report), leads me to believe that there is a bug in SSRS 2008 considering cell widths and merged cells? It is like the 10th column header now thinks it is part of the 8th column (being the 8th cell in its row due to merging) and therefor works with the width of this 8th column to judge how much increased height it needs. In fact it is the width of the 10th column and therefor doesnt need the height it creates, resulting in a huge empty space underneath the text.

Is this a known issue by Microsoft? Any ETA on this for a fix?

Viewing all 10045 articles
Browse latest View live