<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Mapping Business Objects to DevExpress Reportin</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Mapping Business Objects to DevExpress Reportin</description>
  <pubDate>Fri, 12 Jun 2026 00:06:29 -700</pubDate>
  <lastBuildDate>Tue, 04 Sep 2007 17:40:19 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=403</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Mapping Business Objects to DevExpress Reportin : See the Reporting instructional...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=403&amp;PID=1065#1065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 04-Sep-2007 at 5:40pm<br /><br />See the Reporting instructional unit in the 300 Advanced series. It does a master-detail report such as you describe.<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&gt;&gt;</DIV><DIV><P>Please also confirm does Active Report .Net Supports Objects as Data Source like Dev Express ?</P><P>&lt;&lt;</P><DIV>Yes.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Greg Dunn</DIV><DIV>IdeaBlade</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 04 Sep 2007 17:40:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=403&amp;PID=1065#1065</guid>
  </item> 
  <item>
   <title>Mapping Business Objects to DevExpress Reportin : I am trying Dev Express Reporting...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=403&amp;PID=1048#1048</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=125" rel="nofollow">mymoosani</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 03-Sep-2007 at 1:00pm<br /><br /><P>I am trying Dev Express Reporting with Ideablade Objects. In this process <BR>I created a Report generated from emplyeeForm showing in 100 Fundamentals<BR>It works great with following code </P><P>&nbsp;Dim rpt As New EmployeeXtraReport<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.DataSource = mEmployees<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.ShowPreview()</P><P>Then I added a subreport to show Orders after Each Employee as it appears in this form. So I created a subreport and set its binding. But I am not able to figure out how to pass current Employee Order as data source to this. if I write following kind of code</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim rpt As New EmployeeXtraReport<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim rpt1 As New OrderXtraReport<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.DataSource = mEmployeesBS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.Subreport1.ReportSource = rpt1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt1.DataSource = mEmployees(mEmployees.IndexOf(mEmployeesBS.Current)).Orders()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpt.ShowPreview()</P><P>It works but showing same Order after each employee....I think I should write some code in EmployeeXtraReport : SubReport1 : BeforePrint<BR>but there I am not able to figure out how to extract current Employee Orders Object from reports DataSource.</P><P>Please also confirm does Active Report .Net Supports Objects as Data Source like Dev Express ?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 03 Sep 2007 13:00:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=403&amp;PID=1048#1048</guid>
  </item> 
 </channel>
</rss>