| | |
Datadynamics active reports through xml
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2008
Posts: 6
Reputation:
Solved Threads: 0
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;
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;
![]() |
Other Threads in the C# Forum
| Thread Tools | Search this Thread |
.net access algorithm angle array barchart bitmap box broadcast c# capturing check checkbox client combobox control conversion convert csharp custom database datagrid datagridview dataset datetime dbconnection degrees delegate design development disappear draganddrop drawing encryption enum event excel file firefox form format forms function gdi+ httpwebrequest image index input install java label leak libraries list listbox mandelbrot math monodevelop mouseclick msword mysql operator path pause photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox round server sleep socket sql statistics stream string table tcpclientchannel text textbox thread time timer update usercontrol validation virtualization visualbasic visualstudio webbrowser windows winforms wpf xml





