472,958 Members | 1,768 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Programmatically Generated RDLC report

Good Day,

I been looking for a day now and I couldn't find a good source of information.
I have a one of a kind report wherein the RDLC file including all controls
are programmatically generated (system generated) by one of my asp.net page.
All fields and its values to be displayed on the RDLC file are coming a
stored procedure. On my stored procedure I'm using a temp table for example
#MyTable and its columns can adjust programmatically/automatically base on
date range. BTW I'm using C# code to generate the RDLC file and preview it on
the report viewer of a page.

Sample:

Date Range: 01/01/2008 to 12/31/2009

My temp table may look like below

AssetCode, Description, Class, Jan2008, Feb2008, Mar2008 --until column
reach Dec2009

AAAA00001, AAAAAAA,FF, 0.00, 0.00,1,00.00 --some month#### column may not
or may contain value base on my formula.

AAAA00002, BBBBBBB,FF, 0.00, 1.00,1,00.00 --some month#### column may not
or may contain value base on my formula.

AAAA00003, CCCCCCC,CE, 1.00, 1.00,1,00.00 --some month#### column may not
or may contain value base on my formula.

I have no problem in retrieving all data on SQL Server using temp table and
showing it on a system generated rdlc file even if I'm using Datasets.

My only problem is I can't programmatically sum all month#### columns and
group all of it by Class.

Any idea or good reference I can use on how I can resolve my problem?

If I can make this work I assure that I will post a working sample on the
internet to help other Dotnet developers.

Thanks in advance,

Zed

Jun 27 '08 #1
0 4081

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Neodynamic | last post by:
Due to its flexible design, Neodynamic Barcode Professional for Reporting Services (http://www.neodynamic.com/Products/BCRS/BarcodeRS.aspx?tabid=78&prodid=7) allows you to show barcode images in...
9
by: Altman | last post by:
I am currently using ASP.Net 2003 and will be upgrading to 2005 sometime in the near future. I have been having issues with using Crystal Reports that were included with .Net to handle my...
0
by: =?Utf-8?B?a2VuIHM=?= | last post by:
I created a new report using the ReportViewer control and get this error message when trying to display it: An error occurred during local report processing. The report definition for report...
0
by: newkhan | last post by:
Hello, Here is a problem with rdlc report in .net 2005 with c#. I have made a rdlc report and bind it with data source with contains image also and its showing well. But my requirement is...
1
by: beebob | last post by:
Hi all, I am sorry if I have posted this problem to irrelevant forum. I am working in C#, and I don't find any C# forum here. I hope someone here can help me to resolve my problem. Here is: I...
2
by: =?Utf-8?B?UmljaA==?= | last post by:
On my development machine where I have Visual Studio 2005 loaded, I have an app that uses the Report control. I can view data in report format with the Report control -- the data renders OK in the...
18
by: =?Utf-8?B?SGVyYg==?= | last post by:
I'm using a ReportViewer in ASP.NET. From the development environment it works fine. When published and I try to open the page with the ReportViewer I get the error: An internal error occurred...
0
by: =?Utf-8?B?RnJhbmsgVXJheQ==?= | last post by:
Hi all I have problems printing a .rdlc report directly to the printer. I have created such a report without Datasource, I just fill some parameters in this report. With the ReportViewer I am...
0
by: silverrock7 | last post by:
Hello Friends i m stuck up to a place wherein i want to print a report which is displaying on a reportviewer. I actually want to send the report to printer directly without viewing it. i am...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.