How can pass data to (.rdlc) report using SQL
I maked c# report using report Wizad for Web base ASP . net application. but I want to filter selected data using my user interface textbox (parameter).
Status:
Open Apr 07, 2009 - 09:53 PM
asp, sql, web, Textbox, C#
2answers
Answers
Jun 01, 2009 - 02:47 AM
That's easy.
Select the Data-Region in which Data is to be filtered i.e.Table/Matrix
Right-Click and Click on Properties
In Filter Tab, Add the Field below first column, select operator for condition in 2nd column and add filtering value to 3rd column.
Now save your rdlc.
Delete ObjectDataSources and Rebind them.
Then see the filtered data when u run the webapp in browser.
Hope it helps.
Nov 01, 2009 - 01:23 PM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment