Génération d'état avec crystal report et c#
Résolu/Fermé
sabrinayasmine15
Messages postés
3
Date d'inscription
mercredi 20 août 2008
Statut
Membre
Dernière intervention
28 août 2008
-
23 août 2008 à 15:22
adel - 27 avril 2009 à 17:59
adel - 27 avril 2009 à 17:59
A voir également:
- Crystaldecisions.crystalreports.engine
- Crystal report download - Télécharger - Présentation
- Crystal report viewer - Télécharger - Gestion de données
- Crystal disk - Télécharger - Informations & Diagnostic
- État - Guide
- Crystal disk mark - Télécharger - Divers Utilitaires
1 réponse
pour générer des rapports Crystal report avec C# il faut inclure les librairies suivantes:
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;
using CrystalDecisions.ReportSource;
// 1) Tu crées un objet ReportDocument
ReportDocument crReportDocument = new ReportDocument();
//2) Tu déclares un String contenant ton chemin d'accès
string chemin = "D://Mon_modèle.rpt");
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;
using CrystalDecisions.ReportSource;
// 1) Tu crées un objet ReportDocument
ReportDocument crReportDocument = new ReportDocument();
//2) Tu déclares un String contenant ton chemin d'accès
string chemin = "D://Mon_modèle.rpt");
27 avril 2009 à 17:59
comment en peux afficher un etat crystal report 10 par une application c# 2003 dans un PC ne contient pas dotnet 2003. (un probleme de fichier .dl manquant)