report-builder

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? ...

Permission in Report Builder 2.0

How do you set up permissions for ReportBuilder 2.0 if you arent using Windows Authentication? ...

Clickthrough Page and Conditional Formatting in Report Builder 1.0

Hi, I have 2 doubts related to Report Builder 1.0 1) Can we provide conditinal formatting for a row in Report Builder 1.0 Example : If a column state has a value as closed, the background color should be blue, else the color should be red. Can we provide such conditional formatting in Report Builder 1.0. 2)I am not able to see the "Cl...

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 the report server and I have rights assigned at the folder level. One is named PDB and one PDB2. They both use the same SQL Server account...

Report Builder 2.0 Create a dataset with Parameters

Hi All, 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 Properties|Parameters, Parameter Name="ID", Parameter Value="[@ProjectID]". When I click on the Filter button in Query Designer, th...

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

Hi everyone, 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 this: <cfquery name="q" datasource="mydsn"> SELECT * FROM table </cfquery> <cfreport format="EXCEL" template="cfrPath/cfrfil...

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]; end; but this isn't working, I get a compile time error. How can I set the font style? ...

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 server. It also contains a staging build to ensure everything is going smoothly before we publish to live. (thanks to Al Everett for bringi...

How can I show different points with different markers( as image) using database on Report Builder 3 .0?

Hi, i encountered some problems on Report Builder. i created two tables. One of them includes geospatial data(points), city name and city code. other includes city code and its image(each city has own image). these tables have relationship as you see. date type of Fiels : geom : geography cityname: varchar(50) citycode : varchar(1...

Eclipse and ColdFusion 9 - Report Builder?

Does Eclipse support the ColdFusion 9 Report Builder? ...

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 Views, Data Models, and Report Builder 2 and 3 to allow them to have access to cleansed data in which they can safely do their own basic anal...