Tagged Questions
0
votes
1answer
33 views
Report Builder Total of Grouped Averages
how can I summarize group average in a table I have earlier created. I don't want have the averages of the whole table.
1 A 10
2 B 20
3 B 15
4 A ...
0
votes
0answers
19 views
MSCRM 2011 Total record count by day
One of our team who maintains subscriber content in CRM requested a report that displays total number of active records, email subscriber and email unsubscribers. I can create a report that shows ...
0
votes
1answer
38 views
SSRS - why is report dropdown data in preview different from data in report viewer?
OK, I'm already looking into this myself, but if you want some points for providing me and the community with any useful suggestions on things to check, or pointers on how the relevant parts of SSRS ...
0
votes
0answers
16 views
SSRS and .net connetion issue
SSRS + .net,
In my report, I have an Internal Parameter which accepts multiple values from a Dataset Field as Default Values
"Get values from a query"
option.
Since, my connection string for ...
0
votes
1answer
28 views
Modify SSRS Parameter before report runs
I wish to modify the SSRS parameter before the report runs.
-I have two parameters (A) a ComboBox and (B) a TextValue.
-(B) changes values based on parameter A (cascades) but a user can type ...
0
votes
1answer
20 views
How can I use .net API to see if a windows user has access to an SSRS Report?
I am writing a .NET application to host enterprise reports and I need a means to determine if a user, based on their Windows Username, can access the report. The administration of the reports is not ...
0
votes
0answers
16 views
Export SSRS report to directly to mail body (outlook)
Could I export the SSRS report to mail body(Outlook).
I could export it to the excel & copy from there to my mail. But is there any extension/way to export the report directly from the SSRS ...
0
votes
1answer
14 views
DateFormat is displaying P1,P2,P3/A1,A2,etc instead of PM/AM
I am using SSRS 2008 and when I format a date/time datafield with the expression:
=FormatDateTime(Fields!tour_pickup_time.Value,DateFormat.GeneralDate)
in the Format property for that cell I get ...
1
vote
1answer
33 views
Spacing between table and textbox in reportviewer
I have 2 tables linked to data sets in my reportviewer. Below the right hand table is a series of text boxes (Paint materials etc). -
When the report is rendered, there is a big white space ...
0
votes
1answer
32 views
Compare SSRS report values with C# variables
I have to compare data contained in rendered SSRS report (chart and tablix values for example) with variables stored in a C# application. How can it be done?
So far I know only about generating ...
0
votes
1answer
58 views
Best way to parse SSRS report in C#? [closed]
I am working on a tool which needs to extract specific data from SSRS report (mostly table rows, columns, but also chart data). Reports are generated programatically in the application using ...
1
vote
1answer
94 views
SSRS custom code and variables life
I have a report that needs to process the data that it get from SQL before show it.
For that, I have a custom code, and a Dictionary where I push all the processed data.
My problem is that if I save ...
0
votes
1answer
194 views
REPORT RDLC: I have a String parameter in a DataSet in VS 2010 C# but after executing query, nothing shows up
I am making a Report using RDLC. Visual Studio 2010 Ultimate + SQL Server 2012 Express
InvoiceID is a String. This is a query with parameter on a Dataset TableAdapter. I entered this SQL in the ...
1
vote
1answer
56 views
Can I use different datasets according to the selected parameters using SSRS 2012?
It's the first time that I am using SQL Server reporting services. I have two date type parameters: Start Date & End Date. I can run the report correctly when I fill these two parameters with the ...
0
votes
1answer
52 views
SSRS not loaded dll from .NET framework 4.5
I've created .dll in .NET Framework 4.5 and put it into SQL Server - Reporting Services - Report Server - Bin folder, and when deploy report from developer machine, i got this error:
Error while ...
0
votes
1answer
144 views
SSRS MVC - Report Rendering Blank Page
I have implemented the ReportViewer in MVC. The only problem I'm having is that it renders a blank page. The toolbar is there, and the loading icon flashes for a second, but only a blank page is ...
1
vote
1answer
131 views
Set parameter back to default value in SSRS
Is there a way that a parameter value can be reset to it's default once the 'view report' button has been pressed.
I have a report with a free text input parameter that inserts users comments into a ...
0
votes
2answers
108 views
Using SSRS instead of Crystal reports to generate admin forms
I'm looking into upgrading a .net 2.0 app. The app is used by the public authorities of a certain city to keep track of expenses and generate reports and forms.
The reports and forms were generated ...
0
votes
0answers
31 views
Filters not appearing when navigating between reports
I have two reports in SSRS. One of them has a table, a chart and a button which is a link to another report that has the parameters hidden. This other report has a button "Go Back" which is a link to ...
0
votes
0answers
26 views
How do I specify custom URL from the Report Manager?
I am using report manager as the front end for the users to access their reports, but I want to make some URL parameter changes, e.g. set the default zoom level to page width. But as far as I can tell ...
0
votes
0answers
94 views
Subfolders with subreports in Reporting Services
Ok here is my scenario:
1 - A-type - big report with several subreports (C or D types)
10 - B-type - reports with one or two subreports (C or D Types)
20 - C-type - subreports that may or may not have ...
0
votes
1answer
60 views
Syncfusion WPF ReportWriter - How to set ReportParameters
I'm migrating a few reports from SSRS to Syncfusions's Reports. However, what I cannot seem to get to work is passing in parameters to the WPF ReportWriter.
I'm using this code:
ReportWriter ...
0
votes
1answer
119 views
Blurry charts and rotated text in SSRS
I am having a heck of a time trying to fix the output of SSRS to look good when it renders in IE of all things. It looks nice and crisp in FireFox and Report Builder 3, but it just gets trashed ...
1
vote
1answer
221 views
SSRS Report Does Not Refresh Via URL Access
I want to display the output of an SSRS report in an IFrame of another application. I set the source to something like this:
...
0
votes
1answer
229 views
Drill down in SSRS US Map Reports
I have been interested in map reporting, so I wanted to create a map report with drill down functionality, so basically created two reports as follows:
a) Main report based on SQL Server Spatial data ...
0
votes
0answers
141 views
rdlc not always rendering
I am using Visual Studio 2010 and VB and created a rdlc report.
It displays correctly, but if I display a number of reports eventually either only part of the report is displayed or no report is ...
3
votes
2answers
121 views
How to use ReportingCloud in asp.net web site?
Recently I have started to work with SSRS and found ReportingCloud. It says
ReportingCloud provides an open source quality implementation
as an extension of the RDL specification
I haven't found ...
0
votes
2answers
79 views
Fill cells depending of dataset values
I have a table like this one below. I have one dataset which returns data like this:
Day Hour Title
-----------------------
Monday 2 Title1
Monday 4 Title2
Friday 5 ...
1
vote
0answers
37 views
SSRS footer with info about devided chapters
I have made the report which divides into several chapters due to parameter. In parameter we type numbers of last row in the chapter. So it looks like this:
If we bring in parameter “100; 200; 400” ...
0
votes
0answers
129 views
SSRS rendering fine in localhost but not working in IIS server?
I am trying to create PDF SSRS report using report execution method, its working fine in my localhost but not working in IIS server..its showing error as follow...
Error : BadRequest (400)
It is not ...
0
votes
1answer
68 views
Making default value in Report designer
I have created a report out of Pentaho Report Designer.
I uploaded the report on Pentaho User Console.
I have several dropdowns e.g. Order ID, Line Item ID, Date.
Once I select Order ID, Line Item ...
1
vote
1answer
196 views
pentaho user console excel output
I am trying to get excel report output from 'pentaho user console'. I created a cube in schema workbench and uploaded the cube and creating report out of it.
My excel report says "Unable to render ...
0
votes
2answers
712 views
.rdlc Report - Cannot create a data reader for dataset 'DataSet1'
I have created a .rdlc-Report under VS 2012 using the report wizard and added data source and dataset.
When I try to render the report using the code below I get following error message:
"Cannot ...
-1
votes
3answers
95 views
how to generate a report with some filter criteria in SSRS?
I have a requirement for a report to determine which account number goes with a specific auto VIN.
The report requires some search or filter criteria that are similar to “Like” in t-sql. For example, ...
1
vote
1answer
204 views
SSRS 2008 R2 - calculate Top 5% 10%, 20% etc in dynamic range in matrix
I need to calculate the Top 5%, 10%, 20% and then the bottom 5%, 10%, 20% in a dynamic range in a matrix in SSRS 2008 R2.
So I have data like this in my matrix:
Week1 Week2 Week3 ...
1
vote
2answers
113 views
SSRS - Have report execute sub-queries?
I've looked all over and cannot find an answer to my question; I can't even determine whether it is possible.
Referring to the attached image, you will notice that this is a statement report with ...
0
votes
1answer
174 views
Extracting data from an RSS feed using XML for SSRS report
I have a data source in my report that pulls an RSS Feed from a sharepoint page which contains the data I need for my report. The problem is that when I use this RSS feed in my report with the data ...
0
votes
2answers
181 views
SSRS parameter default view
When I have to choose the value of parameter from drop-down box, it shows me "Select a value" by default. But I have "years" in this drop-down box. Can I rename "Select a value" to "Select a year" ...
0
votes
1answer
145 views
Tables in SSRS not aligning
I have a some tables displaying side by side. But I am having great difficulty in aligning them in the rendered view. When I export it, it looks different again!
Are there any easier ways to aligning ...
1
vote
0answers
115 views
Viewing SSRS reports on a mobile device
Currently, I have an ASP.NET app that is used to view reports. The company I'm working for are looking into ways of viewing the reports on a mobile device.
Can anyone recommend a software ...
0
votes
2answers
157 views
generating an ssrs report using xml
I need to generate an ssrs report using xml, but the xml gets its data such as columns etc from a storedproc. then once the report has been created I need to get the data to display using the sp
...
-2
votes
1answer
148 views
SSRS export to word pages per file limit
I need to export SSRS Report to Word in files with 30 pages. So if report contains 100 pages, I have to get 4 doc files(30, 30, 30 and 10 pages). How to do this? Thanks.
0
votes
1answer
504 views
Lookup function for reporting services (visual studios 2008)
I am currently building a report that requires two datasets and two data sources. I am trying to combine the two data sets together with a common field.
My two data sets are: DSSES (tied to SESSQL ...
1
vote
1answer
125 views
“Unable to Preview the report” in SSRS report
I am creating SSRS report using AX query, but while click the preview button in design node, I encounter a problem:
Unable to Preview the report, install the business intelligence development ...
1
vote
1answer
216 views
How can I add a Document Map to an RDLC (aka SSRS) report in Visual Studio 2010?
Perhaps I am missing something obvious, but I cannot find a way to add a Document Map to an RDLC file from within Visual Studio 2010 (or the stand-alone "Report Builder 2.0" for that matter).
I ...
0
votes
1answer
184 views
SQL Server Report Builder - Only Display Running Total
I have a table in Report Builder that holds how many customers were served in a specific Program by specific Branch.
Branch -> Program -> Customers Served
I keep a running total of this but that is ...
0
votes
1answer
350 views
Export PDF and supress page breaks
When I export my report to pdf, appear me weird page breaks.
If a lengthy report, that happens to me is that if a table does not fit in the remaining space of a page, it automatically passes me to the ...
0
votes
1answer
105 views
SSRS 2005 funny page break issue
I have an SSRS report with some data-driven sections.
In one of the sections, the code generates a table with six options. The first five appear on a page together, then there's a page break, and I ...
0
votes
0answers
147 views
Crystal Report over SQL Server Reporting Service (SSRS) [closed]
What are the advantages of using Crystal Report over SQL Server Reporting Service (SSRS) as a developer point of view who is already using SSRS?
Lets start gathering the points:
User friendly to ...
0
votes
1answer
25 views
When pulling data from Database via SSRA how to automatically Hyperlink the field?
I am making a SSRS report. I am trying to pull the Data in such a way that if the Field (which I am pulling in the report) is a Hyperlink then it will show as a active Hyperlink in the Report page.
I ...
