The reportingservices-2005 tag has no wiki summary.
0
votes
1answer
28 views
Report with 2 Shared Data Sources in SSRS 2005
I am fairly new to SSRS and am stuck using 2005 right now. I am developing a report in a solution that has 2 Shared Data sources. I have a column in data source A that needs to be tied to a column in ...
0
votes
1answer
39 views
Number formatting on Y axis in SSRS report
I am creating SSRS below report, but Y axis I am getting values with more zeros. I tried to change the number format but still I am getting the below values with more zeros. My actual on y axis is ...
-2
votes
0answers
16 views
Hide the calendar parameter from date in report parameter panel ssra 2008 r2
How to hide the Calender Start Date from report panel if we select Cross the get date in ssrs 2008 r2, 2008 ssrs
0
votes
0answers
26 views
Inclusion of page footer in SSRS 2005 causing page header issues
I'm having an issue with a SSRS project where the structure of the master RDL is
Page Header
Sub-RDL 1
Sub-RDL 2
Page Footer
The issue I'm having is with the header and footer. The header consists ...
0
votes
2answers
85 views
SSRS 2005 column chart: show series label missing when data count is zero
I have a pretty simple chart with a likely common issue. I've searched for several hours on the interweb but only get so far in finding a similar situation.
the basics of what I'm pulling contains a ...
0
votes
1answer
60 views
Dynamic Hyperlink in SQL Server Reporting Services SSRS 2005. Expression not resolving field?
SSRS 2005.
Added a textbox> Properties> Navigation> jump to URL > Entered the URL, but can't seem to add dataset fields that resolve??
I tried inserting the Field via report builder dataset with no ...
-1
votes
0answers
50 views
SSRS 2005 - How to handle export and print event in RDL report
I am showing my RDL report on a web page, so when a user views this report in their browser I do not want header information to be visible, as it is already on web page. To do this I made it visible ...
0
votes
1answer
37 views
Downloading FileStream object doesn't open Download Dialog Box
Well, I already tried a lot of stuff to solve this issue, but none did.
I developed a Reporting Service (2005) and deployed it.
This report will be used by everyone who access a website (it's a ...
0
votes
1answer
19 views
Authentication Issue when accesing Reporting Service
Well, I already tried a lot of stuff to solve this issue, but none did.
I developed a Reporting Service (2005) and deployed it.
This report will be used by everyone who access a website (it's a ...
0
votes
1answer
58 views
Exclude Friday & Saturday while using DATEDIFF function in SSRS
below is my SQL Query used to calculate the number of days between two days
SELECT count(*) as NoofCalls, outside.ReferenceNo, outside.WorkflowType, outside.Department, inside.CompletedDate, ...
1
vote
0answers
34 views
Custom code works in Visual Studio but not on Report Server
I have added some custom code to a report in SSRS2005 that works perfectly in BIDS2005 but not when I deploy to the server. Here is the custom code:
Public Function GetUsers(ByVal param As Integer) ...
1
vote
1answer
73 views
Conditional WHERE clause using IF statement SSRS 2005
I am having some trouble with SSRS that I think should be pretty basic. I've seen some answers regarding IIF statements and others, but not quite addressing this.
I am new to SSRS so I'm not sure ...
0
votes
0answers
225 views
Programmatically Setting reportviewer local report path in a windows forms application
I have a windows forms application that uses the reportViewer control to display a few reports.
string exeFolder = Path.GetDirectoryName(Application.StartupPath);
string reportPath = ...
0
votes
0answers
39 views
SSRS 2005: Exporting to an Excel spreadsheet doesn't do anything
One of my users has a problem with a .RDLC file that's in an Intranet application we wrote. He can bring up the report fine, but if he tries to export the report to Excel, then all that happens is it ...
0
votes
1answer
158 views
How to pass multiple values to a multivalued paramter in SSRS
I have tried several different ways to figure out an answer to this but am unable to figure it out. I will try to explain the issue as best as I can by oversimplifying the report structure. Report ...
0
votes
1answer
61 views
How do I return a list of integers using a VB.NET function?
I am working on a report in SSRS2005 where I need to use some VB.NET code to go out to a different database than the one in the report and return a list of integers (user IDs). I need to use some ...
0
votes
1answer
33 views
SSRS 2005: can't insert hyperlink
I have a SSRS 2005 report and I would like to use one of the column to be hyperlink.
I set the field to display the Parent Number, which is =Fields!Parent_Num.Value
And at the Navigation tab, I ...
-1
votes
1answer
346 views
Unable to load client print control - ssrs [closed]
When i click on print button of my SSRS report from my application i get this error - Unable to load client print control.
How to fix this problem?
I dont want to make any changes on client ...
0
votes
1answer
325 views
Freeze column header while scrolling
I want freeze all column headers while scrolling down. Also, I want to freeze the first four columns with data when I scroll vertically.
For the second part, I used the FIXED data property for the ...
0
votes
1answer
84 views
Request Sharepoint 2007 list from SSRS 2005
as the title says i'm trying get some list items from my sharepoint website into my SSRS 2005 report. I tryed to folow and adapt some tutorials for SSRS 2008 like this one :
...
0
votes
1answer
68 views
How to make SSRS filter selection optional?
I'm using SQL Server 2005 Reporting Services to create a new report.
This report has 2 optional parameters that can be selected by users or users can leave them blank. Both are dropdown selection.
...
1
vote
1answer
82 views
What is the difference between RDL 2008 Schema and RDL 2010 Schema? Feature wise
What are the feature wise difference between RDL 2008 Schema and RDL 2010 Schema? And which one supports visual studio 2012 Report Viewer?
I am going to generate dynamic reports using visual studio ...
0
votes
0answers
77 views
How to read from C# a SSRS query based report parameter
In MS SSRS I have a report parameter that gets its values(in a drop down) via a SP. The .RDL file will show:
<ReportParameter Name="Corr">
<DataType>String</DataType>
...
0
votes
2answers
92 views
Table Name is populating instead of table value in CSV Export format - SSRS 2005
SSRS 2005 Export issue
When 'No Data' - In the CSV Export Format - Table Name, Textbox Name is populating instead of Table value,Textbox vale.
I browsed and find few solution but its couln't help.
...
0
votes
2answers
391 views
how to set SSRS Report parameters to be optional i.e Non-Mandatory field in SSRS 2005
Please help me to set the SSRS Report parameters to be optional i.e Non-Mandatory field in SSRS 2005.
1
vote
1answer
95 views
SQL / SSRS Adding Username to Report use table
My scenario is as follows, if a user runs a report I want to insert a row into the ReportUse table which has 3 fields/columns User, date, reportname.
Currently I have an Insert statement at the end ...
2
votes
1answer
135 views
How to reference calculated fields in a report using SQL Server Reporting Service
I'm writing a report using SQL Server2005 Reporting Service. I have a stored procedure which provides a dataset.
The data is split into Groups in the report. Each group footer has a function ...
-1
votes
1answer
77 views
Split character Reporting Service (Character “ENTER”)
i had one row from database
when i view this data on reporting service i get view:
baris 1
baris 2
i want to change view on reporting service to be
baris 1
baris 2
anyone can help please?
0
votes
1answer
117 views
Does partial rendering need to be disabled for an SSRS report
The ASP.NET site that I'm doing some work on has a few SSRS reports as pages. For every one of these pages (but not for any of the others), the master page's RadMenu dropdown doesn't work, and it ...
0
votes
2answers
412 views
How to use multivalue parameters in SSRS
I have 1 table. 1 have 1 multi-value parameter listing all properties called PROPERTIES. I want the table to display 1 property per row at a time.
The table has roughly 20 columns, referencing ...
-3
votes
2answers
40 views
SSRS 2005: How to load filter criterias from database? [closed]
In my report, I need to let users to filter the data according to material types. And this material types are configurable by admin, so I need to load all the material types and display it in a ...
1
vote
1answer
35 views
SQL Reporting Services (SSRS) - SQL
I am new to SSRS. I use SSRS to access a remote data source. I can use the interface shown below to build and execute qeueries and produce reports:
Is there a way to build a report by specifying ...
2
votes
2answers
99 views
To find percentage compliance using T-SQL
I'm not an expert in T-SQL so here I'm trying to find the % compliance for flu vaccine ,TB test and resiprator test by supervisor for medical staffs. Each employee has a supervisor name linked to ...
0
votes
2answers
107 views
sql query to get a scheduled report to run for that curent month only
I have an SSRS 2005 report that has a dataset for to an Oracle database. The report that i have essentially just pulls all data back from an audit log. This report works perfectly fine and i have ...
0
votes
0answers
86 views
Referencing multi value parameter in SSRS
My report is displaying selected properties from a drop down (multi value). Each row has about 10 datasets referencing the properties that were selected. My problem is that each row should only ...
0
votes
1answer
90 views
ReportViewer gives “Specified argument out of range” error
I have a simple bar graph that I created in 2005 and I have uploaded this to reporting services 2005 and used the ReportViewer control to place this within my visual studio 2005 web page.
The web ...
2
votes
3answers
171 views
Select column name of max date from each row in SQL/SSRS 2005
How can I add the 'Last Step' column on the far right to a report in SSRS? Essentially, I need the name of the column that contains the most recent date from that row. Actual data will be a few ...
-1
votes
1answer
159 views
SSRS 2005 “The report element was not found” html showing when i try to open .rdl
I just started working with other developers. When they send .rdl files back to me and i try to open the file through visual studio 2005, it shows some raw html rather than the design view. The html ...
1
vote
1answer
213 views
SSRS 2005 find name of column with max value
The column on the far right is what I'm trying to add to my report. Is this possible to do without modifying the query to use something like Unpivot?
Step X Step W Step A Step B ...
0
votes
1answer
180 views
Unhide the hidden columns that are extracted to excel from SSRS
I have a SSRS report and certain columns are hidden when we extract to EXCEL.
I am able to hide it in excel by setting the expression for column visibility
=IIF(Globals!RenderFormat.Name = ...
0
votes
0answers
19 views
Report not generating results when parameters passed
I hope someone can help with this as it is pretty frustrating by now and I am sure it is some minor detail that I just cannot see anymore.
I have simple report below which WILL NOT generate any ...
1
vote
0answers
67 views
Some of the page numbers are repeated when exporting to word
I have a report with 50 pages. I have one list control, and this list control contains a table control. I am using grouping in the list, with a page break at the end. I want each group on one page. ...
0
votes
1answer
364 views
SSRS 2005 Syntax for using two datasets in one expression
I have the following expression that works beautifully to add two values, regular hours and overtime hours.
Sum(IIF(Fields!BillStatus.Value = "F", (CDec(Fields!RegHrs.Value) + ...
0
votes
1answer
87 views
SSRS 2005 report in visual studio 2005
Afternoon All,
I have a couple of bar graphs that use a dataset each with a specified stored procedure that it uses to collect the data from my SQL database.
The data that it is pulling back is live ...
0
votes
1answer
203 views
SSRS 2005 Sort Matrix by column name values
Group,
I have a SSRS report I am creating which is based off of a cube, and it generats (in a sense) three columns dynamically. Basically it has [Last Yeah Current Month Qty Sold], [This Year Current ...
0
votes
1answer
91 views
Is there any work around that could enable one to display a remote SQL Server 2005 SSRS report in ReportViewer for VS 2012
I have a .NET 4.5, Visual studio 2012 winforms project that is supposed to display quite a number of SSRS 2005 remote reports with the visual studio 2012 reportViewer control.
Apparently, to display ...
0
votes
1answer
150 views
SSRS 2005 line graph Series / Interval
Afternoon all,
I have a simple bar graph in SSRS 2005 that displays data in a web page. The space that i have allocated on the web page is very small but is required.
I have a report that pulls ...
1
vote
1answer
183 views
SSRS 2005 Conditional Formatting for a Bar Graph?
Afternoon all,
I have a simple bar graph in SSRS 2005. I wish to apply some conditional formatting to this bar graph but i am unable to get this working.
I believe that i should be able to add ...
1
vote
1answer
164 views
SQL Server Reporting Services - suppress empty line in free-form report
I have a free-form report based on a List control in SQL Server Reporting Services, basically displaying an address for a company:
Company Name
Address 1
Address 2
ZipCode City
However, some of my ...
2
votes
2answers
132 views
SSRS 2005 Subreports occasionally empty
I have a "Parent" report that intentionally displays nothing, but queries a dataset of job numbers to be billed. This Parent report then loops through those jobs, and passes them one by one to two ...
