Tagged Questions
5
votes
8answers
969 views
How can I embed Microsoft SQL Server 2008 Report Builder into my forms?
I don't want to open Report Builder from Report Manager. I want to embed Report Builder into my forms. Is there any way?
2
votes
1answer
199 views
Calling a scalar valued function from within a reporting services data model report
I'm working on a report using SQL Server Report Builder (version 3) against SQL Server 2008 with a custom data model.
Within the database that my data model is based on I have a couple of scalar ...
0
votes
0answers
54 views
Using LIKE (@parameter) in Report Builder Query
I have a report in Report Builder that works fine with a Parameter Field (@job_no). I now wish to add a second parameter encapsulated inside a LIKE argument. Something along the lines of
WHERE ...
0
votes
1answer
80 views
SQL Server Report Builder 3.0 exclude empty fields
I am trying to generate reports with SQL Server Report Builder (my first time ever)
And I have a list with this fields: name, order, weight, temp
Sometimes the field order has no value. And I want ...
0
votes
0answers
166 views
Report Builder 3 - Data Model (Collapsible Representation Of fields in a Dataset )
I'm using report builder 3.0 with sql server 2008 R2.
I have a dataset including somewhere between 100-200 fields and I want to facilitate the use of this dataset.
I remember that when I used Report ...
0
votes
2answers
408 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
0answers
131 views
Does Report Builder 3.0 work for SQL Server 2008 (not R2)
I am thinking of upgrading to use Report Builder 3.0, but the download page seems to indicate that it is for SQL Server 2008 R2. My server I am going to report against is not an "R2" server.
Will ...