Tagged Questions
Client Report Definition files
20
votes
2answers
546 views
Very High Memory Usage in .NET 4.0
I have a C# Windows Service that I recently moved from .NET 3.5 to .NET 4.0. No other code changes were made.
When running on 3.5, memory utilzation for a given work load was roughly 1.5 GB of memory ...
16
votes
6answers
19k views
When to use RDLC over RDL reports?
I have been studying SSRS 2005 / 2008 in the past weeks and have created some server side reports. For some application, a colleague suggested that I look into RDLC for that particular situation. I am ...
11
votes
3answers
5k views
Display .RDLC report embedded in a DLL file
I have a report that is used by a windows service and a form application. So, I want to put embed the report in a DLL file that can be used by both.
The problem is that if I try to set the ...
8
votes
2answers
847 views
RDLC Expression Extension Methods
Is it possible to write extension methods for expressions behind RDLC fields?
For example, let's say that I have a DateTime field in my datasource that may either have a valid value or may be null. ...
7
votes
4answers
1k views
RDLC Report > Chart > How to display column name/title/label (x axis) vertically?
In Column chart of RDLC report, how to set x-axis label (titles) vertically?
If the x axis names/titles are bigger then 2nd columns title goes in next line... i want all columns titles displayed ...
7
votes
4answers
11k views
How to limit RDLC report for one page in a PDF?
I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I get the report perfectly and theres no problem in it.
But the problem arises when I try to ...
6
votes
3answers
3k views
Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source
Good evening everyone -- I'm completely stumped on something and hope that y'all will be able get me on the right track.
I've created more projects using ReportViewer 2005 and 2008 in local ...
6
votes
3answers
7k views
Visual Studio 2010 is asking to convert RDLC created on VS2008 to RDLC 2008 format?
I've created my project on Visual Studio 2008, as well RDLC files on it.
But now, when I open the solution on Visual Studio 2010 and want to open RDLC file, it's showing me a warning.
That's a ...
5
votes
0answers
159 views
Security Error with Report Viewer Control and RDLC Reports in ASP.NET 4.0
Using ASP.NET 4.0, I'm creating an RDLC stream by instantiating a Microsoft.ReportingServices.RdlObjectModel.Report, setting the Code property, and returning the stream using the RdlSerializer.
Then ...
5
votes
1answer
714 views
Pagebreaks in RDLC Subreports don't appear
I am trying to represent a parent-child-grandchild relationship in a SQL Server Reporting Services RDLC report. The report is rendered into a reportviewer control that is hosted in a WPF app. I am ...
5
votes
5answers
287 views
Sql Server Reporting Services vs Reporting Via .NET Application
My boss wants me to create a few reports in the near future and I think he wants to use SQL Server Reporting Services to deploy the reports. I'm not so sure this would be such a great idea considering ...
5
votes
3answers
7k views
rdlc report in vs2010, how do i repeat column header on every page?
How do I repeat column header (captions) in RDLC reports?
It says here http://msdn.microsoft.com/EN-US/library/735D1EE7-3C89-46D8-A346-504DB10F33E1.aspx#TableNoGroups:
To repeat or freeze column ...
5
votes
2answers
926 views
child objects in rdlc (Studio 2010RC)
I am attempting to reference a sub-object in a field expression in a studio 2010 report.
This used to work in prior versions.
When account references another object with properties the following used ...
5
votes
4answers
2k views
Checkbox in a Microsoft Report (rdlc) table
I'm a newcomer to using Microsoft Reporting (RDLC) and I'm trying to display a table with a checkbox inside of it. The data I have is stored in bit fashion:
I want this data to display on the ...
4
votes
1answer
514 views
Build of project with RDLC cannot find custom assembly
I've been tearing my hair out for three days trying to get an RDLC report to build in VS2010. I want to access a custom assembly from another project in the same solution in an expression for a Text ...
4
votes
2answers
859 views
Alternate row colours with grouping in RDLC
I need to create alternate row colours in my RDLC report which also takes into account groups.
If I use the expression
=Iif(RowNumber(Nothing) Mod 2, "PaleGreen", "White")
Obviously this creates ...
4
votes
2answers
672 views
RDLC vs Crystal Reports vs Anything Else Free: I'm running Informix and using C# 4.0
I'm not sure which is the way to go for choosing a report type with my current setup. In the past I was using MS Server 2008 R2, MS SQL Server, MS.NET C# 3.5. Now I'm using something similar except my ...
4
votes
1answer
2k views
Visual Studio 2010 RDLC: Support for HTML?
I've read rumors that with the Report Viewer component of Visual Studio 2010 Professional, it is possible to render HTML from the database into a report. Unfortunately, I wasn't able to find definite ...
4
votes
1answer
1k views
Project Reference in RDLC ReportViewer Report
I have a Visual Studio 2005 solution which contains two projects - a Windows Forms project in VB and a class library in C#. My VB project includes an RDLC report file.
I have recently learned that ...
4
votes
2answers
5k views
How to show images on an RDLC report
I have an RDLC report and would like one of the columns in a table on this report to display images. The datasource for my report is a class that has a property called Image of type ...
4
votes
2answers
1k views
How to load Font from file on a RDLC report?
In Visual Studio 2005, how can I load a font from a file and use it on a RDLC report?
I know how to load a font from a file thanks to this question, but i'm not able to use it in a RDLC report.
3
votes
2answers
1k views
How to concatenate values in RDLC expression?
I have an RDLC file in which I want to make an expression.
Here is the image of properties of expression. I need to concatenate First Name, Last name and Middle Init.
Please suggest some solution ASAP ...
3
votes
1answer
2k views
SSRS tablix Merging cells vertically problem
I found the colspan and rowspan property defined in TablixCell,but in report Designer still can't vertical merge cells,if i modify the RDL xml file manually set Rowspan,the reportViewer show me error ...
3
votes
4answers
2k views
How to create report (RDLC) without database?
Problem
When you create a report (RDLC) the datasource seems to be only this or that database. Is there any way to convince VS to establish a link to memory data source? Something similar to WPF ...
3
votes
1answer
526 views
Having dynamic subreports in a repeating list object in SSRS
I'm rendering reports in ASP.NET and I wanted to let the users have ad hoc reports then generate it into PDF. Instead of manually adding subreports in the parent report file and toggling visibility ...
3
votes
2answers
2k views
.NET ReportViewer capabilities: Displaying multiple rows
Situation:
We've designed a decent looking Report page using the .NET ReportViewer (ASP.NET, RDLC) with a custom object from our object model. My underlying (and possibly incorrect) assumption was ...
3
votes
2answers
2k views
RDLC, Dynamic Picture based on parameter, c#
Is it possible to add a dynamic picture to a paramter in rdlc?
for example:
=SWITCH(Parameters!picture.Value="1","picture1.jpg",
Parameters!picture.Value="2","picture2.png")
or something ...
3
votes
4answers
5k views
ASP.NET rdlc with external images not displaying images in PDF
I'm using the Microsoft ReportViewer that comes with ASP.NET and have a report parameter that should be setting the value (path) of an image in my report. I'm providing the path as a complete URL ...
3
votes
2answers
1k views
RDLC filtering nested tables
I am creating an RDLC report where the dataset consists of several datatables. There is one parent table and several child tables.
What I would like to do is display relevant data from each child ...
3
votes
2answers
2k views
Textbox on ReportViewer (RDLC) not wrapping but forcing a page break
Situation: My report uses several ReportViewer Textbox controls which grow and shrink, depending on the size of the bound text. When the text in the ReportViewer textbox control is too long to fit on ...
3
votes
3answers
904 views
User defined reports with SSRS
I have an web application which serves SQL reporting services reports via the reportviewer control. Because of the complexity of some of the reports I use rdlc reports attached to business objects.
...
3
votes
7answers
5k views
ReportViewer - modify toolbar?
Do anyone have good ideas of how to modify the toolbar for the WinForms version of the ReportViewer Toolbar?
That is, I want to remove some buttons and varius, but it looks like the solution is to ...
2
votes
1answer
73 views
RDLC Multiple Values on a Row
Recently I began to use RDLC report, and I have some issues, how can I get a tablix of this way? ..
Column
Description
Item 1 | Item 2 | Item 3 | Item 4
I have an Object that ...
2
votes
2answers
46 views
Truncating numerical value in report view
I'm looking for a way to truncate numerical values to up to 2 decimals in a report view (RDLC) in C# 3.0. There's a function for rounding but there isn't a direct one for truncating inside the report. ...
2
votes
1answer
112 views
How do you create a report (rdlc) that shows 1 record per page
Having some trouble getting this to work... I basically want the report to look similar to:
The way I remember doing this in the past was by creating "page groups" in the report wizard. However, I ...
2
votes
1answer
113 views
VS 2010 RDLC -Desginer
We have a VS2008 solution with a project that had RDLC files. We generate them dynamically in code, and don't need the viewer.
However, when we converted to VS2010, when I open the .rdlc i don't get ...
2
votes
1answer
107 views
how can i bind business object of c# in crystal or rdlc report?
First let me tell you one thing, I have never worked with any sort of reporting yet. I have read all the related question and answer on this topic. But could not find any concrete solution.
My ...
2
votes
0answers
102 views
RDLC rendering perfomance (ASP.Net)
I have RDLC report that uses list with ~200K records as object data source. Records are groupped by one field and report is splitted into pages. When I trying to test it - it takes about 4 minutes to ...
2
votes
1answer
49 views
Cruise Control.net doesn't copy rdlc files
I have a project which is pulled from svn and complied and copied to a server. This works out great for .NET code/Application, however the rdlc files that are in svn appear to be ignored. Any ideas?
...
2
votes
1answer
687 views
ReportViewer 2010 Not Loading Datasource from code
I have created a project with a simple RDLC report in ASP.NET which when I bind the DataSource of the report at design time using a SqlDataSource everything works just fine. But if I remove the ...
2
votes
3answers
523 views
Best way in Converting DataGrid View to DataSet/DataTable
DataSet, DataTable and linq expression are common DataSource values of a DataGridView.
Now in reverse, is it possible to pass/bind a DataGridView record to DataSet or DataTable?
Thanks
2
votes
0answers
408 views
Repeat column footer on each page rdlc 2010
is it possible to have a column on the right end of the matrix table which is repeated on each page and shows alwasy the total sum of all data of the row.
I just was able to do this for the header ...
2
votes
1answer
515 views
How to keep table footer together with details? Reportig Services (RDLC)
I'm using Tablix control to display data. Have also tablix footer for some summaries.
Works well except one scenario: when last tablix row is printed as last on page then (summary) footer is moved to ...
2
votes
1answer
572 views
difference between RDLC and SSRS
what is the difference between local/Web data reports (RDLC) and SSRS?
2
votes
1answer
629 views
C# Reporting will not repeat fields on new page in PDF/print mode
My report has nested lists and in the innermost list I have a table:
page header
page body
list1
list2
table
page footer
On every new page, both in printing/PDF and normal browsing mode ...
2
votes
1answer
501 views
Do the ReportViewer components of Visual Studio 2010 correspond to SQL Server Reporting Services 2008 or 2008 R2?
See title. Basically, I'd like to know whether the bug fixes introduced with R2 are also contained in the Visual Studio 2010 local reporting components or not.
2
votes
1answer
258 views
How to send parameter List<string> from rdlc file to static method in customer assembly
I use object datasource in my reporting services .rdlc file.
One of the properties in the object is of type List<string>.
I try to send this as a parameter to a static method in a custom ...
2
votes
1answer
690 views
How do I add a column to an rdlc's dataset and have it appear for use in the report?
I have an rdlc that has a separately-defined dataset. The time has come that I have the need to add a column to one of the tables, which I can do without issue. However, when I open the rdlc to use ...
2
votes
1answer
489 views
How to bind data coming from dataset to header in rdlc reports?
Expected:
I need to get values coming from the dataset to put them in the header.
I've done some work around:
-Create textboxs in the body area, populate them with the correct values coming from ...
2
votes
3answers
649 views
how to show sales summary in rdlc from four sql table using sql
I am having bad times to generate a rdlc report to show report in predefined format given by my client.
Client given format
As you can notice RED background is my problem area, Item "A" price has ...