report.frx 1.3 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Report ReportInfo.Created="06/20/2009 22:40:42" ReportInfo.Modified="06/20/2009 22:42:56" ReportInfo.CreatorVersion="1.0.0.0">
  3. <Dictionary>
  4. <TableDataSource Name="Employees" ReferenceName="Data.Employees" DataType="System.Int32" Enabled="true">
  5. <Column Name="ID" DataType="System.Int32"/>
  6. <Column Name="Name" DataType="System.String"/>
  7. </TableDataSource>
  8. </Dictionary>
  9. <ReportPage Name="Page1">
  10. <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8">
  11. <TextObject Name="Text5" Width="718.2" Height="28.35" Text="EMPLOYEES" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt, style=Bold"/>
  12. </ReportTitleBand>
  13. <PageHeaderBand Name="PageHeader1" Top="41.8" Width="718.2" Height="28.35">
  14. <TextObject Name="Text2" Width="94.5" Height="18.9" Text="ID" Font="Arial, 10pt, style=Bold"/>
  15. <TextObject Name="Text4" Left="103.95" Width="94.5" Height="18.9" Text="Name" Font="Arial, 10pt, style=Bold"/>
  16. </PageHeaderBand>
  17. <DataBand Name="Data1" Top="74.15" Width="718.2" Height="18.9" DataSource="Employees">
  18. <TextObject Name="Text1" Width="94.5" Height="18.9" Text="[Employees.ID]"/>
  19. <TextObject Name="Text3" Left="103.95" Width="198.45" Height="18.9" Text="[Employees.Name]"/>
  20. </DataBand>
  21. </ReportPage>
  22. </Report>