4
Answers

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

Ask a question
Sonu Singh

Sonu Singh

9y
812
1
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)