Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
8answers
976 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
138 views

Combine Two Datasets from Different Selects into One Table in Report Builder 3.0

Can report builder 3.0 combine data from two datasets into one table? I have scanned other questions here and found nothing with info relating to report builder directly. Most examples are C# code, ...
2
votes
2answers
205 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
122 views

ReportBuilder 7.X and Delphi 7.X issue

I have an issue with a report using ReportBuilder 7.X in an application built with Delphi 7.X. The rights in the memo field are cut off when 'previewed' (see screenshot2.jpg), however you can see all ...
1
vote
3answers
147 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
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
310 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 ...
1
vote
1answer
430 views

Report Model Inefficiencies. Need Advice

I'm trying to help my power users have more access to our data so I don't have to interrupt my work (playing Pac-Man) 25 times a day writing Ad Hoc Queries and such. I'm trying to use Data Source ...
1
vote
1answer
522 views

Coldfusion Report Builder - How can you set different datasources externally between prod/staging/dev?

Coldfusion Report Builder is great. One small issue. We use ANT+CFANT to deploy. When we create the report, say in a datasource called MyApp_dev on a dev box. Our other server is the production ...
0
votes
0answers
13 views

Report Builder in VS2010, Adding DateTimes

I am a bit confused. Our Fields: punchDATETIME <-- MySQL data Type: DATETIME punchDTC_LINK <-- MySQL data type: DATETIME In our report builder, we are grouping by EmployeeName, and ...
0
votes
1answer
116 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
67 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
56 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
412 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
36 views

Is it possible to put a variable title into a Microsoft SSRS Report Builder 1.0 report?

For instance, I would like to have the title be "{Current Year} -- Total Sales" It doesn't seem possible... Any help would be greatly appreciated! Thanks!
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 ...
0
votes
2answers
651 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
92 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
1answer
194 views

Eclipse and ColdFusion 9 - Report Builder?

Does Eclipse support the ColdFusion 9 Report Builder?
0
votes
1answer
352 views

How set font properties in calculated field using Digital-Metaphors Report Builder RAP

I'm trying to set font attributes in a variable in Digital-Metaphors Report Builder using RAP. The code I'm using is: if (DBdetail['LINEATTR']='1') then begin budgetValue.font.style:=[fsBold]; ...
0
votes
1answer
123 views

How to export long strings from datasource to excel in Coldufusion and Report Builder

I have to export some data, stored in a MSSQL database, using Coldfusion server pages. I setup my query with the cfquery tag, I generate my cfr file in Report Builder and setup the cfreport tag like ...
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
919 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 ...