The report-builder2.0 tag has no wiki summary.
1
vote
0answers
64 views
SQL Server 2005 Report Builder 2.0 - TFS Reporting : DATEDIFF between Start and Finish dates of a workitem
First of all thank you on advance for taking the time to access my question here.
I'm using Report Builder 2.0 for TFS Reporting with the TFS OLAP Cube as the main datasource.
I need to calculate ...
1
vote
1answer
160 views
Move a column in Report Builder 2.0
How can I simply move a table column left or right in Report Builder using the UI (or text editor if necessary)?
I've tried to drag and drop, looked at menus, etc, and I can't find that option. Is ...
1
vote
3answers
158 views
Report Builder 1.0 vs 2.0. Search function disappeared?
We have a client who is migrating from Report Builder 1.0 to Report Builder 2.0. Yes, I realise they are very behind the game, and RB3 has been out ages, but there are internal reasons why they are ...
1
vote
0answers
319 views
Prompted for credentials when using a shared data source with Report Builder 2.0 over the Internet with forms authentication
SQL Server 2008 (not R2). I am trying to allow users to build and deploy SSRS reports on a reporting server that the users can only access over the Internet. I have created a custom forms ...
1
vote
0answers
145 views
Report Builder 2.0 : How to get the correct timezone info
I am developing report using SQL Report Builder 2.0, In this I am passing the timezone offset value as a parameter (-04:00). Using "TimeZoneInfo" I am getting all the timezones available from the ...
1
vote
0answers
437 views
Report Builder-2.0: In Sub Report how to handle page Orientation(Portrait vs Landscape)
I am developing reports using report builder2.0, in these I am facing a pagination problem like, one report is in portrait and other is in Landscape.
Regarding the page breaks in the report, how to ...
0
votes
0answers
12 views
Different query in the first page on Sql Server Report Builder
I have a report in Report Builder and I want to add a different thing (table with another query) in the first page, but the rest I want to leave it like now.
I don't know if that is possible.
I am ...
0
votes
1answer
23 views
ssrs export to CSV including HTML code?
I'm working on a report, using SSRS, that i want to export to multiple formats (excel, pdf, csv...)
When i'm trying to export to csv format, after the data values, it's including html code
why? can ...
0
votes
2answers
152 views
Query useing two databases in SQL Report Builder
I am new to SQL Server Report Builder 2.0 and I need to compare two different databases in one query. Basically I need to check if values from one database table exist in a different database's ...
0
votes
0answers
72 views
Report Builder 3.0 (Passing user id into the application)
At the moment, I'm trying to let client to generate their own reports using report builder 3.0. My problem is, different user has different type of views. For example, Admin is able to generate client ...
0
votes
0answers
20 views
Report builder 2.0 - Filtering data (Newbie)
I have a simple bug reports displaying Priority 1, 2 and 3 bugs (in the columns) and AssignedTo (in the rows). The Report has 2 parameters (State = Active, Resolved) and Product = MyProduct.
I want to ...
0
votes
0answers
73 views
Report Builder 2 Interactive Sorting not working numerically
I've got a table returned by a web service, and I'm able to sort a column but the sort is alphabetical and not numeric. So the sort will come out 1000, 200, 3. Instead of 3, 200, 1000.
This field ...
0
votes
1answer
149 views
ClickOnce ReportBuilder 2.0 not working with Sharepoint
I just created a SSRS with SQL Server 2008 and Sharepoint (WSS 3.0), and believe I made the mistake of installing ReportBuilder 2.0 before installing Sharepoint.
So, the recommended custom lanch ...
0
votes
2answers
468 views
Override sort in SQL Server 2008 Report Builder 3.0?
I created a dataset with a SQL query in Report Builder 3.0. I did NOT specify an order by in the query, but instead used union all to stack the results in the order I wanted. The first column in this ...
0
votes
1answer
93 views
Set project in Report Builder 2.0
I need to build a report in Report Builder 2.0
The report is finished, but we use the report to view open issues and bugs. The report works fine, but now we need to set the current project ourselves ...
0
votes
2answers
557 views
Report Builder: How to sort parameter list
The situation: I am generating reports using Report Builder 2.0 and a Report Model that I have created.
The question: How does one sort a parameter list alphabetically? Simple question, but I can't ...