Click here to Skip to main content
16,004,647 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,
I am using report.rdlc file. I have one exisisting query that i have to use in table tool in report.rdlc file.

How can i bind that query in that table tool.

Thank you in Advance.
Posted
Updated 26-Apr-11 21:27pm
v2
Comments
Sandeep Mewara 27-Apr-11 5:09am    
Not clear. define the query for dataset of the rdlc. What is the issue?
strogg 27-Apr-11 8:04am    
You cannot bind queries on local reports. You must supply a datatable / dataset to the report. Check this answer to a similar question - may help you.
http://www.codeproject.com/Answers/128840/Using-data-in-DataTables-in-Microsoft-Report-Viewe.aspx#answer2

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