Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I am using VB.net 2005 with MS Access
I am generating a report with filters (where clause)

for that I am doing:

dataset -> view designer -> datatableadapter -> configure -> select query -> query builder -> in this I am executing my query by ID Field it is successfully execute and give output. After that I will click on finish.

And on one form I put a REPORT VIEWER and assign the report.rdlc and other control one TEXTBOX for ID Field but when I run this report it displays this error:

VB
Error   1   Argument not specified for parameter 'ID' of 'Public Overridable Overloads Function Fill(dataTable As TransportDataSet.Item_MasterDataTable, ID As Integer) As Integer'.    C:\Users\panchani\Documents\Visual Studio 2005\Projects\Test\Test\Form3.vb  9   9   Test


Can anyone tell me where my mistake is? What is wrong?

Thank you!
Posted
Updated 7-Jul-10 22:56pm
v2

1 solution

You will need to post some code here before anyone can help you.

Most probably, you are not passing in a value or passing it in but not in the type expected.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900