rdlc

SSRS Mircosoft Reporting: Conditional grouping

Is it possible to make a group and sort conditional? If so, is it possible to somehow do this based on the value of a textbox item? I thought I could just set the Expression of the group and sort to something like =IIF(ReportItems!TheTextBox.Value = 0, 0, Fields!FieldName.Value), which would be perfect, but it doesn't allow me to use Re...

Rdlc: reporting off a child object that is an IList of some primitive type

Hello, I am using rdlc reports to report off some businesss objects. I use subreports to report off of nested objects (as described here). When using a regular list of child objects, like IList(Of Books), I create a datasource for books, and then use this as the datasource of the subreport. I'm little stuck how to use this technique w...

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 System.Drawing.Image. On my report I dragged an image control onto the column and I set the following properties: MIMEType: image/png Source: Database V...

Include an unknown amount of external images in a report?

I am building a report that needs to include photographs, I have no way of knowing how many photos will be taken but they are stored on a file server under folder named after the ID of the report being generated. How would I go about including these in an RDLC? ...

How to embed a Font in a PDF with RDLC

hi, i am using Microsoft.Reporting.WebForms.LocalReport to generate some PDF, everything works like a charm, but now evil marketing wants to use a custom font (they are using such crazy arguments as "corporate identity" and stuff). i already goggled around and now i know that i need ReportViewer 2008 SP1 or greater the font has to b...

ReportViewer: Combine Multiple Reports into one report

I have a report that I need to run multiple times, with different data input each time. Each report has a page header that uniquely identifies it, the actual body of data, and then a footer that contains the page count in a [x of y pages] format. Obviously I could run each report separately, but I need the page numbers to be across all...

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 the current page, a page break occurs before the textbox and it is then wholly rendered in the next page. This often results in a large e...

Showing data as percentage values on Pie Chart. (Using RDLC)

Hi I am using RDLC reporting for showing pie chart in my C#.net application. I need to show values in percentage form on the pie chart. What expression should be used in order to show desired data? Please help me... ...

Website Data Source is empty

Hey everyone, This is driving me insane. I am trying to get a basic Report to show with Report Viewer but cant get the DataSet to show in the Website Data Source window no matter what I do. I created a dataset..picked the proc I want, etc. without any problems. I added my RDLC and tried adding a table that I can bind data to but the Wi...

Toolbox issue for RDLC in design mode VS2008

I am attempting to design an RDLC report, however my toolbox is filled with about 10 "Textbox" controls and an odd, empty #13119 control group. I can find no other controls. I have attempted several command line switches to rebuild the VS cache, but nothing works. Do I need to point to a particular DLL to pull in the toolbox controls?...

bind subsonic object collection to Microsoft report (rdlc)

Has anyone been able to use a SubSonic generated collection as a "business object datasource" with Microsoft report (rdlc)? I have generated the SubSonic class code but for some reason the report datasource window is not seeing the class as a potential object collection datasource. Is there something I need to do for this to work? Tha...

rdlc with subreport and object classes

Hi everyone! I'm using Microsoft Reports (rdlc), and I need to create report with subreport. As a data source I created two Object Classes, PositionObject and PositionSubElementObject. PositionObject is data source for the main report, and PositionSubElementObject is a data source for the subreport. When I run this two reports separatel...

.NET RDLC and multiple parameters not working

Hey everyone, I have a report that takes two parameters from a couple of text boxes that always ends up being null when passed to the stored proc. Here is the code. Also I stepped through the code and the passed in parameters have values but between passing in the params to when the proc is executed it becomes null. protected voi...

RDLC report: more than one page? Custom page breaks?

I have a Microsoft Reporting Services report (local report, VS2005) and am trying to produce a rather tricky report... I have two tables returned from a SQL query. The first is a master table that has a list of set ID's corresponding to sets of records in the second, and has a record set like so: +----------------------+ | SetID ...

Need RDLC tutorial

i need professional tutorial for RDLC ...

SQL Reporting Service Report Image Error

For a quick temporary solution I made an image of a form that the users wanted to have programatically filled out. I then embedded that image in a report and filled the page with the image. I then put the fields on top of the image to fill out the areas in the form that needs filling. I realize this may not be the best solution, but it w...

Confusion on RLDC Subreports

Is there a "for Dummies" guide to subreports? I am having a hell of a time trying to figure out how to get this working. All of the guides I have found seem to summarize how to set it up, but I can never get it quite working properly. What I want to do is print a master record and all included child records. I have a view setup for both...

How to get enum value on report

Hi i have an enum like Designation{Admin=1,Manager=2} Database contains just the degint 1,2 .........Now i want to built RDLC Report ......report don't show the degit ....report must show the degit across value like 1 for Admin.........How to do that ......Can any one give any idea ......or any help? ...

Replace DataSource for Reporting Services RDLC Reports

I am making some changes and need to change the DataSource for my report. How can I do that without losing all of the work I have done? Assume the field names are the same. Update: The reports are still in Visual Studio and I need to change from a TableAdapter to a DataTable which I will fill through a class. Update 2: Currently it is ...

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 report like this: I can get the data to display in a normal table without issue, but when I do, the bit values are formatted as "true" or "f...