Lines and Shapes.frx 3.5 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Report ScriptLanguage="CSharp" SmoothGraphics="true" ReportInfo.Description="This report demonstrates the LineObject and ShapeObject features.&#13;&#10;&#13;&#10;Learn about various report objects on the Fast Reports Academy channel http://fast.report/a0a24" ReportInfo.Tag="http://fast.report/a0a24" ReportInfo.Created="06/02/2009 00:44:01" ReportInfo.Modified="03/28/2023 19:51:40" ReportInfo.CreatorVersion="1.0.0.0">
  3. <Dictionary/>
  4. <ReportPage Name="Page1" Watermark.Font="Segoe UI, 60pt">
  5. <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8" CanGrow="true">
  6. <TextObject Name="Text30" Width="718.2" Height="37.8" Text="LineObject and ShapeObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
  7. </ReportTitleBand>
  8. <DataBand Name="Data1" Top="39.8" Width="718.2" Height="557.55">
  9. <TextObject Name="Text12" Left="9.45" Top="9.45" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="HORIZONTAL, VERTICAL, DIAGONAL LINES" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
  10. <TextObject Name="Text20" Left="9.45" Top="387.45" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="SHAPES" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
  11. <LineObject Name="Line1" Left="132.3" Top="113.4" Width="94.5" Border.Width="2"/>
  12. <LineObject Name="Line2" Left="292.95" Top="66.15" Height="94.5" Border.Width="2"/>
  13. <LineObject Name="Line3" Left="359.1" Top="66.15" Width="94.5" Height="94.5" Border.Width="2" Diagonal="true"/>
  14. <LineObject Name="Line4" Left="481.95" Top="160.65" Width="94.5" Height="-94.5" Border.Width="2" Diagonal="true"/>
  15. <ShapeObject Name="Shape1" Left="85.05" Top="444.15" Width="94.5" Height="94.5" Border.Width="2"/>
  16. <ShapeObject Name="Shape2" Left="198.45" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="RoundRectangle"/>
  17. <ShapeObject Name="Shape3" Left="311.85" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="Ellipse"/>
  18. <ShapeObject Name="Shape4" Left="425.25" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="Triangle"/>
  19. <ShapeObject Name="Shape5" Left="538.65" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="Diamond"/>
  20. <TextObject Name="Text21" Left="9.45" Top="198.45" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="LINE CAPS" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
  21. <LineObject Name="Line5" Left="132.3" Top="255.15" Width="94.5" Height="94.5" Border.Width="2" Diagonal="true" StartCap.Style="Arrow"/>
  22. <LineObject Name="Line6" Left="245.7" Top="349.65" Width="94.5" Height="-94.5" Border.Width="2" Diagonal="true" EndCap.Style="Circle"/>
  23. <LineObject Name="Line7" Left="453.6" Top="349.65" Width="-94.5" Height="-94.5" Border.Width="2" Diagonal="true" StartCap.Style="Square"/>
  24. <LineObject Name="Line8" Left="481.95" Top="349.65" Width="85.05" Height="-85.05" Border.Width="2" Diagonal="true" EndCap.Height="16" EndCap.Style="Diamond"/>
  25. </DataBand>
  26. <PageFooterBand Name="PageFooter1" Top="599.35" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
  27. <TextObject Name="Text31" Left="9.45" Width="217.35" Height="28.35" Cursor="Hand" Hyperlink.Value="https://www.fast-report.com/en/product/fast-report-net/" Text="Generated by FastReport" VertAlign="Center" Font="Segoe UI, 9pt, style=Underline" TextFill.Color="Blue"/>
  28. </PageFooterBand>
  29. </ReportPage>
  30. </Report>