report_from_array.frx 1.0 KB

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Report ReportInfo.Created="06/20/2009 23:23:40" ReportInfo.Modified="06/20/2009 23:24:34" ReportInfo.CreatorVersion="1.0.0.0">
  3. <Dictionary>
  4. <BusinessObjectDataSource Name="Array" ReferenceName="Array" DataType="System.Int32[]" Enabled="true">
  5. <Column Name="Value" DataType="System.Int32"/>
  6. </BusinessObjectDataSource>
  7. </Dictionary>
  8. <ReportPage Name="Page1">
  9. <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8">
  10. <TextObject Name="Text3" Width="718.2" Height="28.35" Text="ARRAY" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
  11. </ReportTitleBand>
  12. <PageHeaderBand Name="PageHeader1" Top="41.8" Width="718.2" Height="28.35">
  13. <TextObject Name="Text2" Width="94.5" Height="18.9" Text="Value" Font="Arial, 10pt, style=Bold"/>
  14. </PageHeaderBand>
  15. <DataBand Name="Data1" Top="74.15" Width="718.2" Height="18.9" DataSource="Array">
  16. <TextObject Name="Text1" Width="94.5" Height="18.9" Text="[Array.Value]"/>
  17. </DataBand>
  18. </ReportPage>
  19. </Report>