A collection of graphical query and design tools that are hosted within the Microsoft Visual Studio environment. Allowing organization and manipulation of data sources.
Questions tagged [report-designer]
137 questions
9
votes
3 answers
Can We Use the VS 2015 Report Designer in VS 2017?
The newest Report Viewer for Visual Studio 2017 has some bugs that prevent us from using it. We’ve downgraded to Microsoft ReportViewer Runtime 2015 for Web Forms (v 12.0.2402.15). However, the report designer in Visual Studio creates new reports in…

Sandy Gettings
- 693
- 5
- 21
7
votes
4 answers
Visual Studio 2010: The report definition is not valid. Details: The report definition has an invalid target
Re: The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded.
Report expert needed, beam on over...
Here…

Mac McCaskie
- 81
- 1
- 1
- 6
5
votes
1 answer
SSRS 2008 Dataset move up and down
Using single transaction when processing the datasets, I would like to change the order my datasets currently appear under the folder Datasets. Is it possible to move up or down any created dataset? I didn't manage to do it so far, and I'm not very…

largo68
- 609
- 2
- 16
- 29
5
votes
7 answers
Can I use @table variable in SQL Server Report Builder?
Using SQL Server 2008 Reporting services:
I'm trying to write a report that displays some correlated data so I thought to use a @table variable like so
DECLARE @Results TABLE (Number int
,Name nvarchar(250)
…

edosoft
- 17,121
- 25
- 77
- 111
4
votes
1 answer
Visual Studio Report Designer: How do I print something on every second page of a report?
I have a report in Visual Studio Report Designer that prints a contract. I want it to have certain terms and conditions on the back of every page. How can I print something on every second page (which I'll then duplex)? I've tried putting it in the…

Hotchips
- 621
- 5
- 18
3
votes
0 answers
BIRT displaying options: dynamically reorder the sequence of items
I'm using BIRT report designer v4.8 and trying to rearrange the sequence of items when displaying (or generating) the report based on users' preferences.
Suppose we created a report that has three sections, where each section is a Grid with a Table…

eric
- 51
- 4
3
votes
1 answer
Hitting tablix exception with rdlc
I try to add new rows to my rdlc report using Microsoft Visual Studio 2010. When I try to generate the report I am hitting this exception.
Exception:
Microsoft.ReportingServices.ReportProcessing.ReportPublishingException: The tablix 'table12' has an…

newbie
- 61
- 8
3
votes
1 answer
BIRT Report Designer empty DataSet scripting
I am using BIRT Report Designer 4.4.0 and I kept getting the error message
org.eclipse.birt.report.engine.api.EngineException: Cannot fetch the next data row. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot move down to next row in the…

jera
- 302
- 4
- 30
3
votes
4 answers
In SSRS, can you set a rectangle to grow with its contents?
I'm working on a report in SSRS (SQL Server Reporting Services) right now, and I'm having a problem getting a rectanlge I draw on the page in the report designer to grow. Basically, I've got a rectangle drawn, and then I put a text field inside of…

Sam Schutte
- 6,666
- 6
- 44
- 54
2
votes
1 answer
How to use custom utility classes in RDL?
how do you use your own utility classes (those you use in application code) in Microsoft reporting in local mode? Is it even possible?
I have read some specification and there are some elements that indicate it can be done but it is not really clear…

Amy West
- 163
- 8
2
votes
1 answer
WPF 4 Embeding Report Designer
Is it possible to embed the Visual Studio 2010 report designer functionality into my WPF application?
Initially I was considering the use of Report builder, but for providing ad-hoc reporting capability from within application, I need to teach users…

Bhuvan
- 1,523
- 4
- 23
- 49
2
votes
1 answer
SSRS Pie Chart - Get Label Lines to Point Inside the Chart
Is it possible to have the label pointer lines to point within the pie chart area? I found that you can control the line size and bend with the Custom Attributes, "LabelsHorizontalLineSize" and "LabelsRadialLineSize" on the Chart Series, but can…

Lenny K
- 128
- 12
2
votes
1 answer
Cannot access SQL server instance from SSRS Report Designer - Named Pipe error
I have the following setup configuration for SSRS:
Sql Server 2014 running on VPS1. Protocol enabled: TCPIP
SSRS 2014 installed on VPS2, and configured to access SQL Server ReportServer database from VPS1
Reports from SSRS use a shared data source…

bzamfir
- 4,698
- 10
- 54
- 89
2
votes
1 answer
Reporting Services 2010 RDLC: Passing Querystring Parameters from an RDLC
I'm trying to build a simple RDLC report that shows some data, and has a 'select' link that sends the browser off to a certain url with some data in the querystring (a key).
In the vs2010 report designer, I can double-click on the column, then…

Brian MacKay
- 31,133
- 17
- 86
- 125
2
votes
2 answers
How to design report at run time SSRS
most of the time we point store procedure or table and then SSRS report designer show us field and we just drag drop those field on to report designer surface. after all we call those report programmatically and pass parameter and report shown on…

Thomas
- 33,544
- 126
- 357
- 626