954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Datadynamics active reports through xml

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;

laxviji143
Newbie Poster
6 posts since Aug 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You