hiii
I want a report between months. As Jun-2014 to sept-2015 on button click.
& if i change month from 1 combobox & 2 combobox then report will also change.
& I am not sure how to do it.
Pls anyone can help me......'
THNX
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhinav KansalPosted Jun 8, 2015, 2:18 AM
Abhinav KansalPosted Jun 8, 2015, 2:15 AM
Manoj BhoirPosted Jun 6, 2015, 5:07 AM
Where DateColumn=@FromDate And DateColumn=@ToDate
List
reportParam1 = new ReportParameter("FromDate", "");
reportParam2 = new ReportParameter("ToDate", "");
paralist.Add(reportParam1);
paralist.Add(reportParam2);
reportViewer.ServerReport.SetParameters(paralist);