Bonjour,
Y'a t'il qlq un qui sache comment generer un etat avec Crystal Report dans VC++ ?
Merci pour votre aide precieuse.
Bonjour,
Y'a t'il qlq un qui sache comment generer un etat avec Crystal Report dans VC++ ?
Merci pour votre aide precieuse.
Moi personnellement j'ai longtemps essayé sans succès et je suis même arriver à conclure que l'on ne peut utiliser Crystal Report qu'avec un projet C++ managé ou VB ou C#.
J'aimerai bien que quelqu'un nous explique pourquoi.
Bonne journée.
Par contre j'ai été obligé de faire un composant en VB.NET pour les états et j'appelle ce composant dans mon projet VC++.
Mais je ne sais pas si c'est une bonne solution.
A++
Pourtant j'ai vu des example ecrite en VC++ et qui manipule crystal report mais malheureusement ils sont tjrs incomplets.
Voici ce que MSDN dit à propos
A++Crystal Reports for Visual Studio .NET
Special Considerations for C++ Projects
When you are creating a C++ project to host Crystal reports on the Web or Windows, you should choose the Managed C++ Application template.
Procedures that involve design view operations and automatic code generation to incorporate Crystal reports generally apply to Visual Basic and Visual C# projects only. You should use the Report Object Model, the Web Forms Viewer class description and the Windows Forms Viewer class description to incorporate Crystal reports in Managed C++ projects.
Partager