ReportBuilder from Digital Metaphors Corporation is a reporting solution for Delphi developers on the Window platform.

learn more… | top users | synonyms

0
votes
0answers
24 views

Can Report Builder 3.0 be used to deploy and maintain SSRS reports hosted on SharePoint 2007?

Can Report Builder 3.0 be used to deploy and maintain SSRS reports hosted on SharePoint 2007? If so, Report Builder 3.0 does not let me create a Data Source until I specify a report server, but the ...
0
votes
1answer
70 views

Caption in report builder is always truncated

I am using report builder for printing some reports in my delphi code. I am setting a footer for all my reports. But when i have some text like "Agency and Advertiser agree and acknowledge that ...
1
vote
1answer
56 views

Set parameter back to default value in SSRS

Is there a way that a parameter value can be reset to it's default once the 'view report' button has been pressed. I have a report with a free text input parameter that inserts users comments into a ...
0
votes
2answers
26 views

Report Header in Report Builder

I apologize if I am missing something obvious guys, but I am having a heck of a time figuring out how to add a report header (not page header) to a report. I want a header that shows up on the first ...
1
vote
1answer
48 views

How to set multiple integer ReportParameter in c#?

I am using Report Builder and loading the report in c#, also setting some parameters in c# too: My question is, how do I set a ReportParameter of multiple integer values when I have it stored in an ...
0
votes
1answer
134 views

ReportBuilder + cxGrid = Error: “canvas does not allow drawing”

Is there a cxGrid and a ReportBuilder report, linked to the same DataSource. When I am printing the report, it show error: "canvas does not allow drawing". This is my code to solve. Screen.Cursor ...
1
vote
2answers
172 views

Digital Metaphors Report Builder 11.05: why my DELPHI code crashes without any error?

Now I build a template for our invoice printer. But I do really not know, why it crashes without any error. My goal is to separate the String ItemName at the ';' and print each part into a new line ...
1
vote
2answers
159 views

How to add space between numbers, with DisplayFormat

How can I add spaces between numbers with DisplayFormat. Like this example: 50130301037855000150550010000000131000000132 I'm need this: 5013 0301 0378 5500 0150 5500 1000 0000 1310 0000 0132 ...
1
vote
0answers
94 views

Digital-Metaphors Report Builder string field size cache

I was wondering if anyone has a solution to this. Lets say we have a varchar(10) field in a database table and this is included in hundreds of Report Builder reports. Now if we increase the size of ...
0
votes
0answers
38 views

Using null value as true in (digital-metaphors) report builder

I am using Report Builder Enterprise Edition Version 7.02. I have a table with a field that contains either null values or the char D and I wanted to have a DB check-box to include a check when there ...
1
vote
0answers
80 views

Microsoft Dynamics CRM Online Report layout

I have to create an report in Microsoft CRM online. Requirements: Invoice(start on new page,1 page) Optional Appendix A (start on new page, 1 or more pages) Optional Appendix B (start on new page, ...
0
votes
1answer
39 views

Graph line from multiple fields in Microsoft Report Builder

I am using Microsoft SQL Server Report Builder and am trying to graph a line based on multiple fields within a Dataset. Basically I have a Dataset containing a lot of elements, each of which has a ...
0
votes
0answers
57 views

How to create sub report in multiple pages (Digital Metaphors Report builder)

I am trying to create a subreport for multiple pages. I have created a subreport, added RTF tool inside the report, Enabled dynamic height property. But I am getting only one page. Content above one ...
0
votes
0answers
47 views

ReportViewer Dynamic Height

I have searched high and low for this but nowhere does it sufficiently answer my question. I have a winform with a reportviewer control that displays a chart. I need the chart to dynamically change ...
1
vote
2answers
213 views

Default values not populating for a cascading parameter in Report Builder

I have two parameters that cascade from a date parameter. The first cascading parameter is able to populate and defaults to selecting all labels (this is what I want). The second successfully ...
0
votes
2answers
496 views

Textbox to Get Specified Value from dataset in SSRS

I want to get a specific row value from a specific dataset using the First function in SSRS. The dataset returns values like: From To Value 1 30 10 30 60 20 60 100 30 Also: I ...
0
votes
2answers
210 views

SSRS Report Parameter with 500+ values

One of the parameters I have in my SSRS Report is called Customers. The user wants to be able to select multiple customers from a drop down list. Our customer list is over 500+ entries long. How ...
1
vote
2answers
83 views

Report Builder Create New Column Instead Of Page

I am using report builder to generate letters. What I'm trying to do is have one column of values but when it reaches the end of the page, instead of creating a new page I want it to overflow to a new ...
2
votes
1answer
125 views

Drill down from chart Legend

I'm building report using SSRS 2008 (Report builder 3.0) I'm afraid I know the answer but still wondering if there is a way to link to Drill down report from the Legend area ? I know I can do it from ...
1
vote
1answer
161 views

Show a chart with very high and very low values

I have a bar chart that shows sales against targets for categories as percentages of the targets. The problem I have is that sometimes one or two of the categories will overperform making the chart ...
1
vote
1answer
135 views

Report Builder #Error on sum of dataset

In my report, I have columns where I sum row values. The following column values sum successfully =Sum(Fields!alphas.Value) =Sum(Fields!betas.Value) However, when I try to sum a column of ...
1
vote
0answers
125 views

Is it possible to create OLE DB Provider for a running programma

At the moment I am researching a way to replace a old Report generator. Because the company I work for is a Microsoft partner they hope to use the Report Builder 3.0. The problem is we want it to ...
1
vote
2answers
203 views

Filter Matrix by Current Week

I am trying to build a report in Report Builder 3.0 which will populate the column headers every business week starting Monday with the dates of each day in that week. The report will then do a count ...
1
vote
0answers
33 views

Use of skip lock in Report Builder

Can we use skip lock as follows in report builder rdf file? cursor c is select * from t where condition for update skip locked I am getting the following error encountered the symbol when ...
3
votes
0answers
183 views

Report Builder (Digital Metaphors) add empty rows in details band until the end of page

I am using ReportBuilder 10 in Delphi 2006 with an Access 2000 database. I am trying to create a report using a filtered query. Telerik Report : Starch line in Detail band or Add Empty rows Repeat a ...
0
votes
2answers
147 views

How to write expression to display ONLY business days within 5 day frame

I am working on a report in Microsoft SQL Server Report Builder and I am trying to write an expression that will display only the next 5 business days from today (i.e. a table has 5 columns and it ...
2
votes
2answers
358 views

SSRS generate one pdf per record automatically

I've built a report which displays data from a db. This works fine, rendering the report correctly. My query returns ~40,000 records. I would like to automatically generate a pdf file for each ...
0
votes
1answer
74 views

LookupSet based on two fields combined instead of one

I have two datasets: Dataset1 (primary) and Dataset2. My report dataset is Dataset1. I want to access Gross premium Amount from Dataset2 and put it in the report. The report is working just fine if ...
0
votes
1answer
151 views

How do I debug a stack overflow?

I was wondering if anyone has had a similar experience. I am trying to trace the source of a problem but am coming up with nil. I have a project in Delphi 5 which has Report Builder reports on it. I ...
0
votes
0answers
756 views

Querying with multiple value parameter in SQL Server Report Builder

I am basically trying to do what is asked in this question: Passing multiple values for a single parameter in Reporting Services but it is not working for me. My parameter has a data type of text. ...
1
vote
0answers
191 views

report builder 3.0 sum group variables out site groupe

I have made a row group variable and I want to make a sum out site of the groupe of this variable and not for the multiple values. The Expression whiche I want to sum is: ...
0
votes
0answers
104 views

Sort Ascending in SemanticQuery

I have a parameter linked to a dataset in report builder. I cant make a select query since i only have access to a Module. My problem is that Company Name is not sorted alphabetical. How can sort ...
1
vote
1answer
280 views

Report Builder - Reporting in Multiple Languages

I need to create 2 reports in ReportBuilder which produce identical output except that one report needs to produce English text and the other in French. The labels/headings on the report will need to ...
0
votes
1answer
365 views

Can a parameter have value from different datasets SSRS report builder

I have 4 datasets in my reportbuilder 3.0: Binder Cedent Insured Reinsurer Instead of creating 4 parameters for each dataset, I want to create 2 parameters as follows: "Generate By" with ...
0
votes
0answers
108 views

SSRS Report Builder is clicked and message prompt to download ReportBuilder.application instead of launching

When Report Builder is clicked, it tries to download ReportBuilder.application (either Open or Save). Report builder isn't launched. I do have .NET 4.0 framework installed. I tried on two ...
0
votes
1answer
243 views

Sum of Count in SQL Server BI

Am developing a report using the SQL Server BI Development Studio, when I try to create a function to sum the counts for StudentID, I get an error "Aggregate functions cannot be nested inside other ...
0
votes
1answer
374 views

SSRS Report Builder 3.0 Row Grouped records count

Need help to display the grouped row count in report builder. I want to get the rowcount of grouped records. RowCounts("DatasetName") is giving the total rowcount of the dataset but if the dataset is ...
0
votes
0answers
127 views

Reports do not show images when loading more than one report simultaneously

I have 3 ReportViewers in my page. All the reports work fine and get the requested info. However, only the first report loads the image (company logo). The other two reports show nothing in replace ...
0
votes
1answer
213 views

Can I (ab)use SQL-Server Analysis Services to create user generated reports?

Question: We (that is to say I, single person) should implement "user generated reports" (in 1 month at most, presentation at the end of the month/start of the new month). Problem 1: By user, I mean ...
1
vote
1answer
612 views

SSRS: how to specify ViewAttributes when creating a report against a SharePoint's list

A customer is trying to build a report using Report Builder 3.0 against a SharePoint list. He’s trying to include items in subfolders. For ex. by using CAML (i.e. in this context, SharePoint’s query ...
0
votes
1answer
676 views

Report viewer in sharepoint 2010 not showing result

Report viewer not showing the result if the page is not edited. Even it not showing any error. It takes the parameter value. not displaying the report. If we click the edit page option it showing the ...
-1
votes
1answer
1k views

Get Sum of All Displayed Values in Column - Report Builder

I have a Report Builder report that runs off of a query with the following output: Name of Apartment Complex Residential Customer Name Total # of Units at Complex The report produces output that ...
0
votes
1answer
326 views

Can't query SSRS XML input with a default namespace

I'm having an issue with a report in SSRS (SQL Server 2008 R2). The problem happens regardless of if the input is provided from within report builder (v3) or via SSRS's web service interface. Lets ...
0
votes
0answers
238 views

Dynamically Managing Columns In Report Builder 3

Hi guys I have a situation where I am using dynamic SQL in a stored procedure to generate a pivot table. My problem is how do I accommodate for the varying number of columns returned by my procedure ...
0
votes
1answer
234 views

Cascading multi-value parameters violate CONSTRAINED flag when filtering parameter list

In our cube, we have hierarchies with All as the default member at the top level, so All then shows up in the parameter list in a SSRS report. Since it is redundant to have both All and (select all) ...
1
vote
1answer
232 views

How to ensure stored procedure finishes before building dataset in Report Builder 3.0?

I want to refresh a table using a SSIS package every time the user runs a report built out of Report Builder 3.0, so I've created a SSIS job and call sp_start_job from Report Builder as a stored ...
0
votes
1answer
341 views

Span chart series across multiple charts. SSRS Report Builder

I have a report which contains input parameters "Server Groups" and "Servers" The report displays a number of performance metrics (in chart form). Each metric has it's own chart and data is obtained ...
0
votes
0answers
252 views

combine date/time to calculate minutes difference: Report Builder 3.0

I am a novice SQL and intermediate (may be a stretch) Report Builder 3.0 user looking for assistance. Put another way: desperate for your help here. I have a report that I have created within Report ...
2
votes
1answer
175 views

Cascading Parameters in Report Builder 3 for a Many-to-Many relationship dataset

I got a request to create a cascading parameter for Projects in a dataset like this: Project     Manager     A          Person 1 ...
2
votes
3answers
742 views

DataMatrix ECC 200 (ISO/IEC 16022) barcode component needed for Delphi 2009

I'm looking for a 2D barcode component for Delphi 2009 with support for the DataMatrix ECC 200 symbology (ISO/IEC 16022). I do require the source code of the component to be available (free or ...

1 2 3 4