473,811 Members | 3,956 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ReportViewer report with parameters

Hello,

I have a windows application over data form that has a reportviewer control
on it. I have several reports defined, each works as expected when they are
embedded into the report.

On the form I have 3 buttons and two DateTimePicker controls. I want to use
the bottons to load the unique reports into the reportviewer. I want to use
the DateTimePicker controls as parameter inputs for one of the existing
reports.

I've spent days looking for a simple example or walkthrough but have found
either broken links or examples in c# (I'm still a VB newb, c# just confuses
me at this point) My Data source is an Access table, I've imported the
needed data as a dataset and used the tableAdapter query builder to some
limited success but I'm unsure of the relationship between the parameter
source (the DateTimePickers ) and the datasource. I've read up on SQL Server
reporting services but I'm afraid that only added to my confusion. (I've also
perused "gotreportviewe r.com")

I'm hoping someone will walk me through this two part question.

Thanks.
Jun 13 '07 #1
0 1387

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

Similar topics

1
6122
by: gotzonen | last post by:
Wenas, Tengo un pequeño problema con una aplicacion en ASP.Net 2.0. Tengo que mostrar un report en una pagina en la que el usuario elige los parametros que quiere que se muestren, en concreto es una grafica comparando dos datos. Para ello tengo un procedimiento almacenado en una base de datos SQL Server. El grafico me lo mostraba bien haciendo creando un dataset, vinculado al report ya que VS2005 te obliga a ello,
1
15870
by: steve | last post by:
Hi All I need help on how to manipulate the data returned from the database for displaying in the new reportviewer at runtime So far I have an rdlc file with a dataset, binding source and Tableadapter as created by the wizard and all work fine However I want to be able to change the displayed report at runtime when the user selects a different report type from a combobox but am unsure how to do
4
4479
by: Sevu | last post by:
I am working with ASP.NET.I am using ReportViwer Control to show my report.I like to add dropdownlist with in the reportviewer control. ( Not top to the control some thing like that).I need to place dropdown near to Export link ( Excel and PDF Export).Is it possible to add at the dropdown list with in report viewer control?. I found the property as ReportViewer.Controls.Add.But its not working.Please help me. Regards, S.Sevugan.
1
17960
by: Rich | last post by:
Hello, I am trying to use the Reportviewer control. I have been following an example from the web, and the instructions from the help files on set up a ..rdlc and binding it to the reportviewer control. The help files state that in the form the contains the reportviewer control there is a tasks smart tags panel in design view. I don't see any such thing. Where do I need to look to see this panel? So I have been trying to follow...
0
1052
by: Fred G. Sanford | last post by:
I have a Reportviewer control (on an aspx page) that is getting populated from a SQL query in a strongly-typed dataset. I am creating and passing parameters to the report. My problem/question is...one of the parameters i am trying to pass into the report is based on a field value in each row returned from the SQL query. More to the point, on the report, I need to set a control's BorderColor based on a column value for each row returned...
0
1665
by: jwmaiden | last post by:
I'm creating a project in VB.Net that takes results from a search of tables in an SQL database and displays the results in a ReportViewer control. The search I'm trying to do is tricky, because the user specifies how many parameters to search through (between 0 and 30 different fields), and the relation (i.e. find results that are =, >, <, >=, <= to a specified value). If I was outputting the results to a DataGridView, then I could directly use...
0
1805
jgroos
by: jgroos | last post by:
Here is my scenario: I have two different reports processed LOCALLY, lets say Report1.rdlc and Report2.rdlc. They both are populated with data from a database, and they both also take a list of parameters. Each report has a button the user clicks to view them, AND, they both WORK. HOWEVER, when the user clicks the button a second time, the table on the report is displayed AGAIN, right below table from the last load. I'm talking the WHOLE...
3
3418
by: S_K | last post by:
Hi and thanks in advance for your help. I have a Reporting Services report that I need to display in an ASP.NET web page using the ReportViewer. However I can't link the Reporting Services report (.rdl) to the ReportViewer! I have the ReportViewer.LocalReport.ReportPath set to the path of the .rdl report but the report still dosen't display. Can somebody help me on this?
5
10366
by: =?Utf-8?B?Y2hlY2tyYWlzZXJAY29tbXVuaXR5Lm5vc3BhbQ== | last post by:
I have a VS 2008 ASP.NET webform that has a reportview tag on it, accessing an .RLDC report in local report. The columns for the report are essentially: Month Item #1 Item#2 Item#3 I would like to add a checkbox or dropdown control to the .RLDC and have Item #1, Item #2, or Item #3 display conditionally based on a checkbox being clicked or a dropdown value being selected.
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10413
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10138
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7674
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5565
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4353
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3879
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.