R
Ravi Kumar12233
Guest
In my winforms app i have created a dataset from Trial.Accdb database & in it i have added a Scalarquery() which return count of 1 particular column , now i want to use this query as data-source to show as a chart in my winform .Please help me how to achieve this
and here is form load event code
private void FrmDashBoard_Load(object sender, EventArgs e)
{
this.mSdiesTableAdapter1.Fill(this.trialDataSet2.MSdies.);
this.reportViewer1.RefreshReport();
}
Continue reading...
and here is form load event code
private void FrmDashBoard_Load(object sender, EventArgs e)
{
this.mSdiesTableAdapter1.Fill(this.trialDataSet2.MSdies.);
this.reportViewer1.RefreshReport();
}
Continue reading...