Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all 2791 articles
Browse latest View live

SSRS Report Viewer Scroll to Load Next Page

$
0
0
When I preview reports in Report Builder 3.0 there is a functionality that when I reach the bottom of the page when scrolling the next page will automatically load.However when the report is loaded via ReportViewer this functionality does not exist. Users have to manually move to the next page. Is it possible to enable this in ReportViewer?

Multiple Excel Tabs Using a Single Dataset

$
0
0
I have a request for an excel spreadsheet with multiple tabs. Each tab will have a unique customers billing detail. I know how to accomplish this using multiple datasets and page breaks...but I'm thinking there has to be a more efficient way then to create 22 different datasets / sprocs.

SSRS Interview Questions and Answers

$
0
0
Hi all,Please help me with SSRS interview Questions and Answers. I want to go for the Interview for SSRS and need help on to prepare this.-TarunArtificer-creating magic with art[url]http://www.artificer.in[/url]info@artificer.in

How can I access OUTPUT variable of a store procedure in RDL dataset

$
0
0
Is there a way to access OUTPUT variable of a store procedure in RDL dataset.If the store procedure has not OUTPUT variable and just returns a value it works fine.

Access SSRS From Multiple Untrusted Domains?

$
0
0
Hi. I'm working with a client who has an SSRS portal that is accessed via web browser. They would like users from multiple untrusted domains to be able to authenticate and gain access to SSRS. It appears that native authentication methods would require a trust to be setup to allow multiple domains. It's a long story, but setting up a trust is not an option in this case. Does anyone know of a 3rd party product that solves this problem?By the way, it's a 2008 R2 SQL Server.This client had a similar need for their DotNetNuke portal, and we were able to solve it with a nifty 3rd party module (AD Pro by Glanton). On the login screen, the users select the correct domain from a drop down list, and then enter their user name and password. Internally, each domain is defined with a different LDAP source. It's slick!I was hoping that a similar 3rd party add-on might exist for SSRS.Thanks!Van

How do I embed an image in a SSRS report?

$
0
0
I tried the instructions as per my book. The screenshot shows what I have done so far.[img]http://i.stack.imgur.com/6qDV5.jpg[/img]Now the book says click on the Report menu item and from the drop-down, click on Embedded Images window.Where is this "report" menu item ?The screenshot in the book only shows the popup window for that, but not how to get that pop up box. How do I do this ?My project structure -[img]http://i.stack.imgur.com/yP62F.jpg[/img]enter image description here

Beginner - need to create a simple report from a asp.net template

$
0
0
My book says that I can display a SSRS report as a web page. Steps given are > File > New > Web site[img]http://social.msdn.microsoft.com/Forums/getfile/441981[/img]Location = HTTP. "Provide a name for the website (like MRVWeb) and click the ok button".When I do this last step, I get an error "Unable to create the web site http://mrvweb". Could not find a web server at 'mrvweb'. Please check to make sure that the web server name is valid and your proxy settings are set correctly. If youyou are sure that everything is correct, the web server may be temporarily out of service. The book does not get this error. It just proceeds to the next step, ie loading a data set. How do I fix this problem ?

SSRS Faster than Management Studio!?

$
0
0
Hi all,When I run a stored procedure as a direct query in Management studio it's taking ~18 seconds to complete, however when I run the exact same stored procedure in SSRS it's taking about 3 seconds for the query to be called and the report to fully render. I could understand if it was the other way around, but I'm a bit baffled by this. Any ideas?Thanks.

How to collect data from multiple servers to a single table to generate report?

$
0
0
I have query which populates a table. I want to run that query across 100+ servers daily and save the output of 100 +servers in single table so that I can pull reports from that single table?Could you advice me the best approach for this?

SSRS cube report with parameters...and more

$
0
0
Hi,I have created some basic SSRS reports in the past with parameters, but I was just given the following project by my manager and I would like to find out 2 things:1. Can this be accomplished using SSRS2. If yes, what are the High-Level steps needed to get this accomplishedFirst off, the SSRS report(s) will be connecting to an SSAS cube, so there will be some MDX involved. The cube is fairly simple, 1 measure group and 3 dimensions.The main piece of this project will be 4 parameters that will be displayed to the user; Quarter, Division, Operations, and ReportList.The Quarter is just the Quarter that the user wants to run the report for (Q1-2012, Q1-2013, etc..). This will come from the Date Dimension The Division will be a list of all of our internal divisions that we have setup in our Client Dimension table (Eastern Division, Western Division, etc...). The Operations will be list of operations for each division selected in the Division parameter (Boston Ops, NY Ops, etc...). This list will also come from the Client Dimension. The ReportList will be a list of all reports that are related to the Division and Operations Selected. For example, Eastern Division and Boston Ops could have 3 reports, Western Division and San Francisco Ops has 5 reports, etc...The final piece to this is that when the user selects the reports to be generated, they will have to be created into 1 report. This way the user can convert the report to 1 single PDF file or print the report. So if 3 reports were selected, each report would be a separate page and could then be converted to a single PDF file or printed.I know that SSRS has the ability to create cascading parameters, so that should take care of dynamically generating the Operations parameter drop down as well as the REportList drop down. Of course, using MDX to accomplish this will tricky since I haven't done much with MDX.I guess my last concern is how to generated multiple reports given the parameters selected and have them be combined into 1 report? I was thinking subreports, but not sure if that would work.Any feedback or concerns/ideas on how this can be accomplished using SSRS?**Using SSRS 2012thanksScott

SSRS 2008 Report - Hyperlink on Name - After Clicking - Open Outlook Mail with Subject and Body

$
0
0
Hello,After reading the subject of this post, i think you got a picture of what i am going to do.I have a report and one of the column is [b]Planner[/b]. It displays the name and that name should be hyperlinked and when i click that, outlook mail should open and this Planner name should be in "To" list.I did it using "MailTo:"Now the added requirement is, after clicking name in report, outlook mail should open with Subject and the data should be in the body of the email. After some research, i did it with below code.="MailTo:" & Fields!Email.Value & "?Subject=The SKU and Market " & "&Body=Hello Team, " & VBCRLF & VBCRLF & "SKU: " & Fields!sku.Value & VBCRLF & "Country: " & Fields!countryname.Value & VBCRLF & Blah Blah Blah..The problem is, in the above code if i add up to 8 columns, then the hyperlink is working. If i add 1 more column (more than 8) and deploy the report and when i click the hyperlinked name, outlook doesn't open. I can see processing symbol on the report tab revolving for more than 15 min and i would stop the processing. If i modify the expression to 8 columns and deploy the report, hyperlink will open the outlook with data. More than 8, it dies.Is there any specific reason for this. Is there any conditions or anything i am missing. Do we have any limit for Fields or Parameters in the expression. Please let me know.Thanks,SK

SSRS - How to enable drilldown after report is already created?

$
0
0
I forgot to check the enable drilldown checkbox while creating a simple matrix report. Is there a way to edit this without creating the whole report again ?[img]http://i.stack.imgur.com/4XXuy.jpg[/img]

Datetime Parameter Question

$
0
0
Is it possible to change the value of a datetime parameter depending on the value of another?Basically I have a Parameters!FromDate.Value = yesterdays date (EG '2014-04-10')I have another parameter called Parameters!WeekStart.Value which equals the start of the current week (EG '2014-04-07').When I go to run the report and change FromDate to say '2014-04-02' I want the WeekStart value to change '2014-03-31'.Is this possible?

Enable remote errors?!

$
0
0
Hello,We have a vendor deploying their application. The application using SSRS in sharepoint mode, not native.The report instance is on server srvrRpt.The database is on server srvrDB.Now in the browser, there is an error message showing "enable remote errors".1) I've connected to reporting services with http://srvrDB/reportserver. I've enabled remote errors.2) We have gone through sharepoint on srvrRpt and enabled remote errors.However, the vendor is still seeing the browser when trying to use their reports, "enable remote errors".Can anyone maybe show me what I've done wrong and/or what may be done?I've searched different web sites and thought I had enabled it correctly.Thanks.Tony

SSRS version issue

$
0
0
Months ago we upgraded a SQL server 2005 to 2008 R2 reporting server, and the reports are upgraded too.I know that developers also need to open and save their reports in Visual studio so that the reports using new version of definition.Because most of developers have 2008 ssrs, so they use BIDS 2008 recompile the reports and save into source control and deploy to the server.But one of the developers didnot follow the process.So when I today look at the reports, and I cannot open it in SSRS 2008, actually I can open it but it renders directly in to html code. no design viewI found out by downloading that report from report manager, and see the xml file top is like this<Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns:cl="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition">So I guess he used visual studio 2010 edited the reports and deployed to the server.My question is : I remember visual studio 2010 does not have SSRS projects model, it can only edit local c# , no SSRS reports. So how this 2010 comes from?What version is that for SSRS reports?secondly, that report definition is 2010, but the server is SSRS 2008 R2, so does that mean 2010 report works on 2008R2?How can I open this report in SSR2 2008 to edit it?Thanks for help in advance.

Alternate Background Color in Rows

$
0
0

Hi,

I am working on a report in the Reporting Services. I was wondering if we can set alternate background color for a group of rows on the report. Let's see the example below.

ID Name Month Field4 Field51 A Jan 8 9 --- Background color: red1 A Jan 10 2 --- Background color: red1 A May 3 3 --- Background color: transparent2 B Feb 2 4 --- Background color: red3 C Apr 5 6 --- Background color: transparent3 C Apr 7 5 --- Background color: transparent4 D Mar 2 2 --- Background color: red4 D Jun 3 1 --- Background color: transparent

The background color will be set based on the group of ID, Name and Month fields. Does anyone know if this is doable? If so, how to do it?

Any help would be greatly appreciated!

Thank you in advance.

Wan

Change alternate row color within each section

$
0
0
I have a report which has one drilldown for each parent group row. How do I change alternate color background for the rows which is independent of each drilldown?

Chart Legend

$
0
0

I have a pie chart,which has 5 fields(each one is a slice of the pie).

If one of the fields is null or 0 there won't be a slice in the pie for this field,but there will be a discription of this field in the chart legend.

Is there a way to hide it from the legend???

Report Builder 3.0 Exclusion Query based on Parameter and Field Values

$
0
0
Hi,I am creating a report which has a Full and Partial Parameter. If the Partial parameter is selected I want to exclude any entry in the SubmissionID column with a value of 47 and 51 from the reportI can get it to work using just 1 of the values but not using the 2This is the expression that works for me using only 1 value and I put it the query window of the dataset, the use if 'Niamh' is just to have an else value as it wouldn't work otherwise. When the report is run using this it excludes all entries with a value of 47 which is what I want except I also want to exclude 51 values also:Where(Reporting.SUBMISSIONS.SubmissionTypeID <> case when @FullorPartial= 2then 47 else 'Niamh' end)I have also tried using an IIF on the Visibility option in the Group Properties of the Row Group which didn't work either.=IIF((Parameters!FullorPartial=2) AND (SubmissionID IN (51, 47), True, False))Any help would be very much appreciated as I have tried all number of variations without successThanksNiamh

Need clean glossy reports gen'd in SSRS

$
0
0
Hi - I am moderately experienced w/ developing & deploying SSRS reports.Can SSRS 2012 generate clean, glossy, embossed type reports? Similar to the one I've attached. (see MyReport.jpg attached)If so, is there a good help section to generate this? thx in advance
Viewing all 2791 articles
Browse latest View live