Programming for Everybody
💼 RDLC Invoice Report in C# | Simplest Way to Design Professional Invoices
code in Video:
private void button1_Click(object sender, EventArgs e)
{
this.View_5TableAdapter.Fill(this.productsDataSet.View_5, int.Parse(textBox1.Text.Trim()));
this.reportViewer1.RefreshReport();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment