PC Review


Reply
Thread Tools Rate Thread

Crystal Report auf .XML basiert

 
 
tatutata_2@arcor.de
Guest
Posts: n/a
 
      20th Jul 2006
Hallo liebe NG's
ich habe ein CrystalReport und möchte das die Daten felxibel aus eine
..XML Datei angezeigt werden. Da ich die Position von der .XML Datei
flexibel haben möchte , versuche ich
- Pfad und Dateiname zuweisen. - kommt Komilierungsfehler.
Außerdem, bei anlegen von der Report, sollte ich eine Datei einbinden,
und danach irgenwie die existierende einbindung überschreiben. Aber
wie?
Grüße und schon vorab Dank für jede Hilfe.
Tate.


frmErg rf = new frmErg();

ReportDocument rd = new ReportDocument();

rd.Database(strApplicationRoot + "Ergebnisse.xml");
rd.Name = "rptErgebnisse.rpt";
rd.FilePath=strApplicationRoot;

rd.Load(strApplicationRoot +@"rptErgebnisse.rpt");
rf.CrystalReportViewer.ReportSource=rd;
rf.Show();

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to have access to the fields in the crystal report using VB.NET (outside the design of the crystal report) with SQL statements? amiga500@gmail.com Microsoft Dot NET 0 24th Oct 2007 04:38 PM
Sending Crystal Report to Network Print Mailbox While Bypassing Crystal Report Viewer. John Smith Microsoft VB .NET 0 17th Jan 2007 04:17 PM
Crystal Report Old version vs Visual Studio .net Crystal report =?Utf-8?B?S2FubmFu?= Microsoft C# .NET 1 13th Nov 2006 10:43 PM
Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) Alex Stevens Microsoft Dot NET Framework Forms 1 30th Jun 2004 12:34 PM
Change Crystal Report Zoom Level using percentages in Crystal Report Viewer (Dotnet) Alex Stevens Microsoft Dot NET 1 30th Jun 2004 12:34 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:38 AM.