abdelwaheb ammar

abdelwaheb ammar

  • 1.2k
  • 393
  • 118.6k

print a reportviewer in a sql query to determine value

Nov 25 2015 5:06 AM
hello I try to print with reportviewer set in winforms a state of storing data on access and dataset. I insert this query in the TableAdapter
 

SELECT MATRICULE_FISCALE, NOM_STE, NOM_CLT_PHYSIQUE, PRENOM_CLT_PHYSIQUE, NOM_CLT_FORF, PRENOM_CLT_FORF, NUM_TEL1, NUM_TEL2, NUM_FAXE, NUM_MOBILE, ADRESSE_PERSONEL, ADRESSE_SIEGE, E_MAIL, ACTIVITE_PRINCIPALE, ACTIVITE_SECONDAIRE, REGISTRE_COMMERCIAL, CIN_CLT_FORF, CIN_CLT_PHYSIQUE FROM contribuable WHERE (MATRICULE_FISCALE = ?
 
 
but I can not find how to send the criterion value to query and display the state? 
 
 

Answers (1)