123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" SmoothGraphics="true" ReportInfo.Description="This report demonstrates the LineObject and ShapeObject features. 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">
- <Dictionary/>
- <ReportPage Name="Page1" Watermark.Font="Segoe UI, 60pt">
- <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8" CanGrow="true">
- <TextObject Name="Text30" Width="718.2" Height="37.8" Text="LineObject and ShapeObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <DataBand Name="Data1" Top="39.8" Width="718.2" Height="557.55">
- <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"/>
- <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"/>
- <LineObject Name="Line1" Left="132.3" Top="113.4" Width="94.5" Border.Width="2"/>
- <LineObject Name="Line2" Left="292.95" Top="66.15" Height="94.5" Border.Width="2"/>
- <LineObject Name="Line3" Left="359.1" Top="66.15" Width="94.5" Height="94.5" Border.Width="2" Diagonal="true"/>
- <LineObject Name="Line4" Left="481.95" Top="160.65" Width="94.5" Height="-94.5" Border.Width="2" Diagonal="true"/>
- <ShapeObject Name="Shape1" Left="85.05" Top="444.15" Width="94.5" Height="94.5" Border.Width="2"/>
- <ShapeObject Name="Shape2" Left="198.45" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="RoundRectangle"/>
- <ShapeObject Name="Shape3" Left="311.85" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="Ellipse"/>
- <ShapeObject Name="Shape4" Left="425.25" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="Triangle"/>
- <ShapeObject Name="Shape5" Left="538.65" Top="444.15" Width="94.5" Height="94.5" Border.Width="2" Shape="Diamond"/>
- <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"/>
- <LineObject Name="Line5" Left="132.3" Top="255.15" Width="94.5" Height="94.5" Border.Width="2" Diagonal="true" StartCap.Style="Arrow"/>
- <LineObject Name="Line6" Left="245.7" Top="349.65" Width="94.5" Height="-94.5" Border.Width="2" Diagonal="true" EndCap.Style="Circle"/>
- <LineObject Name="Line7" Left="453.6" Top="349.65" Width="-94.5" Height="-94.5" Border.Width="2" Diagonal="true" StartCap.Style="Square"/>
- <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"/>
- </DataBand>
- <PageFooterBand Name="PageFooter1" Top="599.35" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <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"/>
- </PageFooterBand>
- </ReportPage>
- </Report>
|