Questions related to Client Report Definition (.rdlc) files.

learn more… | top users | synonyms

0
votes
0answers
11 views

Error when view a RDLC file in ASP.NET

I try to view RDLC file in ASP.NET page But I get the following error: An error occurred during local report processing. The definition of the report 'C: \ Users \ M4L \ Videos \ Desktop \ ...
1
vote
2answers
38 views

SQL Server 2008 query for forward cash flow report

I am currently working on SSRS report that should display estimated Cash Flow for the user defined period eg: 1 year ahead My table looks like below: ID DepositDate DepositAmt BalanceDueDate ...
0
votes
2answers
29 views

Rdlc conditional report

I'm using RDLC in asp.net. My report will fetch data from the table that has BankId, Amount and Trans-Type fields. The report has only two columns, that is BankId and Amount. I have grouped by the ...
-1
votes
1answer
29 views

Only column header is showing up on report viewer. No data is showing up

This is with reference to my previous question "Report not showing up on report viewer" I am developing a c# application where I need to generate a report. I am a using a dataset which is filled ...
-1
votes
2answers
30 views

Report not showing up on report viewer

I am developing a c# application where I need to generate a report. I am a using a dataset which is filled with the data coming from a stored procedure which takes one parameter from the C# code. I ...
0
votes
1answer
25 views

RDLC Importing Data From Excel Or PDF

I have an Excel and also PDF file containing a table with multiple columns and many rows with bold text and background color styling. What I'm trying to do is find a way to import this into an RDLC ...
1
vote
1answer
33 views

Generating report from rdlc xml string

I'm facing an issue when generating reports. I should generate report dynamically using all data from database for it (source name and rdlc report that stores as xml string) So I solved problem ...
0
votes
1answer
19 views

RDLC Column Data Not Showing

I'm creating a report in VS2010; I'm using a table with grouping, and have assigned the datasource, which is a stored procedure from SQL server 2008 R2. Every other report I've done is fine; this one ...
0
votes
1answer
44 views

How show data between two range of date

I am trying to show some data from a database table but it showing the massage, "Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key ...
0
votes
0answers
18 views

Create Table of Contents using RDLC Report

There is a huge matrix table in my rdlc report. I need to generate a TOC for each column. Since the dynamic data and page break, i can't calculate the page number it in code. Is there any solution for ...
1
vote
1answer
50 views

Page break in rdlc report with Condition

I created RDLC report which contains n number of rows. I just need to use page break with a specific condition. For example, I have Bin values 1,2,3. Each bin has specific number of rows, (i.e Bin 1 ...
0
votes
1answer
27 views

How do I add percentage to Report Viewer row

I have a question about the visual studio report builder (rdlc files). I have a row group with counts of records per doctor: http://i.stack.imgur.com/n0G0k.png The count of records is used in the ...
0
votes
2answers
56 views

Create table without dataset in a rdlc report.

I'm developing a rdlc report in VS2010 and I need to add a table in the report, but this table has fixed text and doesn't need a datasource. But the report is giving an error because the table isn't ...
0
votes
0answers
36 views

C# VS2012 WebForm ReportViewer with shared datasets

I've created an asp.net web form that manages dynamically the ReportViewer control using the informations contained in the RDLC file through which I fill a DataTable to pass to the local report. When ...
0
votes
0answers
16 views

unable to insert extra space at first line of paragraph in RDLC report

I am working in project where I am using Microsoft reports (RDLC) for reporting. I am able to use html for formatting text in report by setting MarkupType=HTML, but one thing is there that I am unable ...
0
votes
1answer
67 views

How to set dynamically height/width of an external image in rdlc report?

Is it possible to set the width and the height dynamically in an external image used in an rdlc report? And if yes, how? I want the user to set the width and the height in the settings of my desktop ...
0
votes
0answers
11 views

RDLC text overlap in print out

I am using RDLC in Asp.net. When I view the report in report viewer. The textbox can display correctly. When when I print preview or print it out. The text in textbox is overlapped. I have tried to ...
0
votes
1answer
17 views

How to show records vertically one by one

I am using RDLC in asp.net. I want to show the record in this way: Trace ID: 12345 Address: flat 123, Big Mansion Street: street 123 Trace ID: 56789 Address: flat 567, Big Mansion Street: ...
1
vote
1answer
147 views

Show image on RDLC report from database by image path

The image path is stored in the SQL Server 2008 database. On my RDLC report, I have a image field. I have set this field to get the image path from the database column in the database. I also have set ...
0
votes
0answers
41 views

Visual Studio 2010 RDLC see value of text box in designer

This question has been asked before here, but I have a different followup question: When I open an RDLC report from Dynamics NAV 2013 in Visual Studio 2010, most text boxes show a value in the ...
1
vote
2answers
106 views

Is it possible to display distinct record from dataset in RDLC report

Did a quick search and couldn't find the answer I've been looking for. So I have a vb.net windows application which uses RDLC to generate invoice, delivery order, price list and other documents. To ...
0
votes
0answers
20 views

RDLC show total on the buttom of every page

I have long report and will be of multiple pages. I want to addition of Amount coulomb of a matrix table to show on every page end. Not the Bottom of the Report. Can this be done? If so how?
0
votes
1answer
23 views

Microsoft Report: Use a table in column of another table

I need a table that represent list of all Projects table data in report. But I need a column to show list of people that works on current project(row). When put a table in another table column in ...
0
votes
0answers
81 views

Visual Studio 2012 Reports Designer (RDLC) Subreport Template

I am trying to make an inheritable report template in my reusable project. Since these reports are definitions, not classes I could inherit, I tried a different approach. I tried to make a template ...
0
votes
0answers
52 views

.rdlc not appearing in googlechrome, blank

i am using the reporting services in visual studio 2012. The report is working find in IE and the report is shown fine. But when i browse the report in GoogleChrome, i get a blank view. The toolbar is ...
0
votes
0answers
26 views

How can I set a row as hidden or not in an RDLC based on whether it is in print layout or not

I am trying to set a row in my RDLC report to only be visible if it is being printed or in print layout. I have hidden rows before based on a report paramater by setting the Hidden property to: ...
0
votes
0answers
23 views

Format Time in Visual Studio Report Designer

I have a time field in SQL server that I am trying to display on a rdlc report in visual studio. I would like it to be in HH:mm format but it continues to display as HH:mm:ss. The seconds portion is ...
0
votes
0answers
18 views

RDLC Reports on Azure

I am not able to render a RDLC report on azure premise. But, on local premise it just works fine! Inspite of adding the necessary dlls Microsoft.ReportViewer.Common.dll ...
0
votes
0answers
36 views

Windows service to generate report dynamically using report viewer and excel introp

We have a requirement of generating report dynamically in the code using rdlc and report viewer in VS 2010 and introp excel service to rename the sheets as the rdlc in VS2010 doesn’t have a feature to ...
0
votes
1answer
33 views

Max report body height

My app generates .RDLC report dynamically. On big amount of data the report rendering engine throws the exception below: Report structure: Is there a way to avoid this limitation? In my opinion ...
0
votes
0answers
76 views

RDLC Group By Column Binding “Text Box Fill Property By Comparision”

This is what I want To do I have some data that I want To show In RDLC Report. I have used group column by some table column , now what i have to do is ->"I Have to Highlight The Minimum Qty for ...
-1
votes
1answer
51 views

Logical AND aggregation in SSRS, RDLC

I created a new RDLC report using Report Wizard, that generated a tablix for me. The tablix uses one of the DataSet properties to group items by rows. After each group there is a subtotal displayed ...
0
votes
1answer
120 views

How to render RDLC to PDF in IE and Opera

My question seems a duplicate question but I have an strange issue here. We have a web application that render RDLC reports to PDF format that has some parameter that will be set in code then append ...
2
votes
1answer
178 views

How to render the formated text in the report.rdlc (with its format)

I store my data in formatted way in my db , I want some way to render the text with its format in my report.rdlc i use visual studio 2008 How to do this : For example : if my text like this : ...
0
votes
0answers
58 views

Loading different sub reports via code

Here is what I am trying to achieve. Every report (different datasource and table formats) will have a title page. As I don't want to have a title page on every report (because if the format changes, ...
0
votes
0answers
68 views

Repeat element on every page of an RDLC outside of header/footer

In VS2010 I have a report, with a table of data that can cause the report to span multiple pages. Also on this report I have a rectangle that has some contact information for the company the report ...
0
votes
1answer
92 views

Rdlc Report Grouping without repeating data

I'm replicating a report from a legacy system the report does grouping like this Name Number Vocation Bob 1 Farmer Dave 2 Farmer Banker ...
0
votes
0answers
92 views

How to add Image, from Path in RDLC Report

Helllo, How to add image from Path In RDLC report?? Where in database only image name is saved. And Reporting Code Like that { EmployeeDataSetTableAdapters.tblAdditionalInfoTableAdapter adpPic = ...
0
votes
1answer
235 views

Open RDLC Report in a pop up window in MVC

I want to know how to open a RDLC Report in a new pop up(not on new tab but a seperate pop-up window). I have taken an asp.net web application. I have added a .rdlc and created a dataset and a report ...
0
votes
1answer
123 views

Handling streams while Batch Printing RDLC reports from a console application

I am printing reports from a console application. I started off using the manner prescribed by Microsoft ( http://msdn.microsoft.com/en-us/library/ms252172(v=vs.100).aspx). In this technique, one ...
0
votes
1answer
168 views

RDLC Multiple Columns Sorting: Sorts Numbers as Strings Issue

I’m working on a .Net 4.0 web project that uses Microsoft RDLC Reporting framework with a local processing mode and my problem is I have to sort the tabular data with a dynamic column names string ...
0
votes
1answer
206 views

REPORT RDLC: I have a String parameter in a DataSet in VS 2010 C# but after executing query, nothing shows up

I am making a Report using RDLC. Visual Studio 2010 Ultimate + SQL Server 2012 Express InvoiceID is a String. This is a query with parameter on a Dataset TableAdapter. I entered this SQL in the ...
0
votes
3answers
116 views

web report viewer input string

For start : I have used the ASP.NET Report Viewer in a user control. I have the following user control : (aspx) <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, ...
0
votes
1answer
84 views

How to add up row totals in report viewer

I'm new to reporting and the jargon that goes with so I will try to draw it insted of write it. | | A | B | C | D | E | ------------------------------------------------- | ...
0
votes
0answers
225 views

How To add total in Matrix in RDLC Report

I used matrix in RDLC , I need to add a total at the bottom of the report to total each column like Below image ..
0
votes
0answers
41 views

RDLC ToString always shows #Error

Hello I have a report that always shows the #error for an expression that uses ToString, or any string formatting for that matter. The expression here: =Sum(Fields!UsagePerMonth.Value).ToString() ...
0
votes
1answer
104 views

Report loses page break when exporting to PDF Visual Studio

I have designed a report in Visual Studio using the Rectangle tool to display one record per page in the output. This works successfully when I run the report, however when I export the file to PDF, ...
1
vote
0answers
44 views

How to refer to the value of a textbox in an expression window (Local Report)?

The expression window doesn't need to be the expression window you can open by right-clicking the textbox -> choosing Expression. A textbox has some expression windows which are Font-related ...
1
vote
0answers
111 views

How Do I Loop Through A List Of Objects and Repeat an RDLC Report Page With Each Object?

I have a report setup with text boxes for the properties of an object to tie in with. What I'm trying to do is loop through each object in the list and repeat this page with the populated data of each ...
2
votes
1answer
48 views

How to specify text Color for a cell in tablix depending on some condition (Local Report)?

I can change the Text color at design time by accessing to TextBox properties, however I would like to change the Text color at run time depending on some condition (relating to the cell value). For ...

1 2 3 4 5 19