Sonu Singh

Sonu Singh

  • NA
  • 3
  • 1.5k

How we Make invoice with crystal report in C# windows applic

Sep 12 2015 2:44 AM
I have two data table 
1. (invoice_info) :- it has four datafield-
      InvoiceNo
      date
      custmername
      Total Amount 
2.  (ItemSold) :- it has five datafield-
      invoiceNo
      itemid
      itemName
      price
      quantity 
I want to make a crystal report which containe
      InvoiceNo
      date
      custmername
      itemid
      itemName
      price
      quantity 
      Total Amount
for a perticuler "InvoiceNo" 
any one can help Me?  
 
 
       
 

Answers (4)