Tagged Questions
A collection of graphical query and design tools that are hosted within the Microsoft Visual Studio environment. Allowing organization and manipulation of data sources.
2
votes
0answers
382 views
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 ...
1
vote
1answer
41 views
Host the Visual Studio Report Designer so end-users can design reports
I'd like to re-host the Visual Studio Report Designer in my own application so that my end-users can use it to design new reports or edit existing reports.
Is this possible?
1
vote
2answers
135 views
SQL 2005 Report Designer - Using specific table cells as data in charts
I have various reports built in MS SQL 2005 Report Designer, displaying various sums and counts of different data. Now I need to implement different types of charts in these reports (Bar graphs, Pie ...
1
vote
1answer
248 views
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 ...
1
vote
1answer
171 views
Connection keeps closing in VS2005 Report Designer
I'm trying to design a report in VS2005 BIDS Report Designer, but every so often, I haven't figured out any regular action that might cause it, but when I try and run the query, I get the following ...
1
vote
1answer
793 views
WPF Report Designer
Does anybody know of a tutorial or sample code on how to create a simple designer control in WPF?
I am trying to write a simple designer in WPF where users can drag and drop data items (charts & ...
1
vote
2answers
2k views
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 ...
0
votes
1answer
135 views
Start by displaying print-layout in VS10 Report Designer when running the form
When I run my report from VS10, I have to switch everytime to print-layout. Because I need to make 100+ small adjustment to my big table, I have to press the print-layout button everytime to see the ...
0
votes
2answers
102 views
Is it possible to tilt/rotate text in VS10 Report Designer?
Is it possible, to have text written vertical in a TextBox(or other component prehaps), in Visual Studio 2010 Report Designer? (Like normal text, just tiltet 90 degrees clockwise). I could't find ...
0
votes
1answer
112 views
Visual Studio 2008 report designer multiple values passed for single label parameter
In parameter properties is there a way to pass multiple values with one label? I have a drop down box containing 7 choices on which department is desired some departments only have one account code ...
0
votes
1answer
89 views
Visual Studio 2008 Report Designer (complex general ledger)
I'm combining reports to create a single general ledger report, currently it consists of 84 seperate reports. My idea is the end user will have a drop down for the department and month. These are my ...
0
votes
0answers
34 views
what is the best Dynamic Report and Printing tools for .NET windows application
I need third party for .NET specially for windows Application C# to dynamic designing the report -"End user controlling"- after filling the data...
0
votes
1answer
57 views
How do I get Sql Server Bids 2008 to not re-run a query when only updating the format of an SSRS report?
For several weeks my colleagues and I have been trying to keep BIDS from running a separate query when switching from Design view to Preview after only modifying a Sql Server Reporting Services report ...
0
votes
3answers
213 views
Using CASE statements as a precursor for COUNT function in single (large) SQL query, syntax
I'm having trouble incorporating a bit of logic into a large SQL query. I'm using SQL Server Reporting Services 2005 with the Report Designer, and it only gives you one area to define a single SQL ...
0
votes
1answer
218 views
Crystal Reports - a way to change a field from one type to another?
I need to change a large number of running total fields to formulas based on those running totals. They already have custom formatting and suppression applied. Is there anyway to switch the ...
0
votes
1answer
117 views
Image sizing issues (not fitting proportionally)
I created a 8.5x11.0 inches image @ a 300dpi setting in photoshop.
When i go to use this as a background image in report designer the image looks hugeee.
It's not fitting within the 8.5x11.0 page.
Is ...
0
votes
1answer
284 views
SQL Server Business Intelligence Studio: Discontinuous Line Chart
I have a report in SQL Server Business Intelligence Studio that is a .rdl file(Report Definition/Report Designer). Currently, the report graphs a line chart given the a LOAN_AMOUNT(Y-AXIS) for a given ...
0
votes
1answer
1k views
Error Connecting to Oracle Database from Pentaho Report Designer
I am new to Pentaho, and I am struggling to set up a new database connection. I am trying to connect to an Oracle 10g database, but whenever I test the connection, I get the below error. It doesn't ...
0
votes
1answer
234 views
Page missing when printing a report with Pentaho Report Designer
I'm using Report-designer 3.6.1, and i got a recurring problem with one of my report.
When i try to print the report, i sometimes get a report with missing pages. The report print seven pages out of ...
0
votes
2answers
270 views
MS Report Designer - What are table groups and how are they used?
I am working on a project with some existing MS Reports using Reporting Services 2000/2005 and Visual Studio 2005 with the built in Report Designer.
I have come accross a report that makes use of a ...
0
votes
1answer
1k views
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 ...
0
votes
1answer
884 views
Visual Studio 2010 Crashes when Creating or Editing a Report (.rdlc) with the Report Designer
This is an issue I had with VS 2010 RC and was hoping would be solved with the first official release. Sadly it wasn't.
What I have is a number of reports originally created with VS 2008. When ...
0
votes
5answers
1k views
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
...
0
votes
2answers
2k views
Jasper report: two detail sections?
I've got a jasper report to do, with data like this:
Item | Quantity | Color
------+-----------+--------
A001 | 1 | Red
A001 | 1 | Green
B002 | 3 | Red
B002 | 3 ...
0
votes
4answers
628 views
A good Report Design tool/Library [closed]
I have to produce multiple reports on a regular basis; same reports are produced for the whole customer base.
My problem is that designing the layout of the reports is long and tedious job.
What I ...
0
votes
5answers
13k views
Pass dataset to subreport with SQL Server Reporting Services
I'm using SQL Server Reporting Services and the report designer that comes with Visual Studio. I've got a really big report. It's actually so large that Visual Studio hangs (sometimes for hours at a ...
0
votes
1answer
411 views
Percentages of subtotal in a report
I am using Report Designer in VS 2008. Is there a way to display the percentages of a subtotal in a crosstab report?