Tagged Questions
2
votes
2answers
200 views
SQL Server Reporting Services 2008 R2 Express Edition “Report Builder” Button
How do I enable the "Report Builder" button on SQL Server Reporting Services (Report Manager Web View).
I am using the 2008 R2 Express Edition.
Is this available in this edition ??
Thanks.
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 ...
2
votes
1answer
270 views
Report Parameters in Report Builder 1.0 - Drop-Down Lists Not Appearing
I've been playing with Microsoft Report Builder 1.0 recently as we were asked to create an ad-hoc reporting model for some of our users to create their own reports.
When adding filters to reports ...
1
vote
1answer
42 views
How to set the DB as parameter in SSRS?
I'm using ReportBuilder 3.0 for creating report in reporting services 2008. I have many DB with the same tables (different data) and I created a report that can be applied to all these DB. I want to ...
1
vote
0answers
309 views
SSRS: How to create 'Color Analytics Map' in Reporting Services 2008 / Report Builder 3.0
I'm setting up a map report in Reporting Services (Report Builder 3.0) running on a SQL Server 2008 RC2.
I've got a dataset like this:
CODE VAL
AF 11
AL 7
DZ 7
VI 15
AD 7
AO 6
AI 8
AQ 10
...
0
votes
1answer
112 views
SSRS 2008R2 Report parameter with Now() default not auto-refreshing
System - SSRS 2008R2 using report builder 3.0 (or BIDS if you think the answer lies there)
Objective - Create a report that displays sales data from the past 24 hours for each sales region. The ...
0
votes
0answers
63 views
Filtering data in SSRS report builder 3.0 query designer when working with a model
I've used SQL Server Report Builder 3.0 to build a couple of reports for a client. I have previously created a report model using BIDS (Business Intelligence Development Studio) 2008 R2. The model ...
0
votes
0answers
44 views
Can you change schedule programmatically in SQL Report Builder 3.0?
Is it possible to change the snapshot schedule for a report in Report Builder 3.0 programmatically? We've got default parameters for startdate and enddate, but would like to be able to change the ...
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
406 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
2answers
649 views
TextBox Borders in Reporting Services (Report Builder 3.0)
I have a report that I am creating in Report Builder 3.0 that I appear unable to set the color value (or any value) on TextBoxes Borders.
I have a list that I have added a text box to. I then click ...
0
votes
1answer
2k views
Report Builder 2.0 Create a dataset with Parameters
I cannot get my dataset to recognise a parameter supplied to it.
I have created a report parameter "ProjectID".
(In Report Parameter Properties, Name="ProjectID", Prompt="ProjectID").
In Dataset ...
0
votes
3answers
916 views
Report Builder 2.0 Data Source Credentials Prompt
I have two saved shared data sources that are virtually identical but have different names and have been deployed to the report server at different times. They both live in the DataSources folder on ...