mani508 0 Newbie Poster

i want to get current date records from database in rdlc report.??
how its possible...??

i create a dataset of my billing table then i pass a parameter of datetime in tableadapter but error showed.

here my code:

private void Reportt_Load(object sender, EventArgs e)
        {

              DateTime dt=DateTime.Now;


              this.BillTableAdapter.Fill(this.DataSet1.Bill, "dt");

}

what can i do kindly help me as soon as possible.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.