Datadynamics active reports through xml

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2008
Posts: 6
Reputation: laxviji143 is an unknown quantity at this point 
Solved Threads: 0
laxviji143 laxviji143 is offline Offline
Newbie Poster

Datadynamics active reports through xml

 
0
  #1
Aug 28th, 2008
hi,

i m using Data dynamics active report 3.......
i m placing a designer and a viewer in a tab control....i want to fill the detailed field of the designer programmatically from the xml..and there by assigning the designer .document to the viewer.document...
here is my code how im filling using the xml datasource...but the detailed field is not get displayed but the footer and the header are displayed...can u please help me????




DataDynamics.ActiveReports.DataSources.XMLDataSource xDS = new DataDynamics.ActiveReports.DataSources.XMLDataSource();
xDS.FileURL = "D:\\Client\\CustomReport.Client\\bin\\Debug\\TEstExportReport.xml";
xDS.RecordsetPattern = "//REPORTSTAG";
designer1.Report.DataSource = xDS;
detailedField.DataField = "REPORT_DEF_NAME";
this.designer1.Report.Run();
this.viewer1.Document = this.designer1.Report.Document;
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC