Quantcast
Channel: Windows Forms General forum
Viewing all articles
Browse latest Browse all 12583

How to filter database in rdlc report/ reportviewer?

$
0
0

i have filter value in bindingsource, i want this value to initialize in my tableAdapter so that i can show the value. this is my code....

//this is my declaration
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
//this is inherit from DataSet
private retailDataSet retailDataSet;
private retailDataSetTableAdapters.ItemCategoriesTableAdapter itemCategoriesTableAdapter;


//this is execute on form load
itemCategoriesTableAdapter.Fill(retailDataSet.ItemCategories);
anyone can help me....

sorry in advance my english is not perfect... :D

and i have question, can i use entity framework in rdlc report windows forms?

what should i to do?...

thanks in advance

Viewing all articles
Browse latest Browse all 12583

Trending Articles