1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" ReportInfo.Description="This report demonstrates the CellularTextObject features. Learn about various report objects on the Fast Reports Academy channel http://fast.report/7fb2d" ReportInfo.Tag="http://fast.report/7fb2d" ReportInfo.Created="06/03/2009 16:22:52" ReportInfo.Modified="03/28/2023 19:53:50" 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="Text1" Width="718.2" Height="37.8" Text="CellularTextObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <DataBand Name="Data1" Top="39.8" Width="718.2" Height="699.3">
- <CellularTextObject Name="CellularText1" Left="132.3" Top="66.15" Width="453.6" Height="28.35" Border.Color="Silver" Text="Simple text" Font="Arial, 14pt"/>
- <CellularTextObject Name="CellularText2" Left="37.8" Top="340.2" Width="283.5" Height="85.05" Border.Color="Silver" Text="Text with WordWrap" Font="Arial, 14pt"/>
- <CellularTextObject Name="CellularText3" Left="396.9" Top="340.2" Width="283.5" Height="85.05" Border.Color="Silver" Text="Text without WordWrap" WordWrap="false" Font="Arial, 14pt"/>
- <CellularTextObject Name="CellularText4" Left="37.8" Top="510.3" Width="283.5" Height="122.85" Border.Color="Silver" Text="This text is aligned to the right side" HorzAlign="Right" Font="Arial, 14pt"/>
- <CellularTextObject Name="CellularText5" Left="396.9" Top="510.3" Width="283.5" Height="122.85" Border.Color="Silver" Text="This text is centered" HorzAlign="Center" Font="Arial, 14pt"/>
- <TextObject Name="Text12" Left="9.45" Top="9.45" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="APPEARANCE" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
- <TextObject Name="Text13" Left="9.45" Top="283.5" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="WRAPPING" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
- <TextObject Name="Text14" Left="9.45" Top="453.6" Width="699.3" Height="37.8" Fill.Color="110, 145, 190" Text="ALIGNMENT" VertAlign="Center" Font="Segoe UI, 16pt" TextFill.Color="White"/>
- <CellularTextObject Name="CellularText6" Left="132.3" Top="103.95" Width="453.6" Height="28.35" Border.Color="Silver" Border.Width="2" Text="Thick border" Font="Arial, 14pt"/>
- <CellularTextObject Name="CellularText7" Left="132.3" Top="179.55" Width="453.6" Height="37.8" Border.Color="Silver" Border.Width="2" Text="Large cells" Font="Arial, 14pt, style=Bold" TextFill.Color="100, 170, 180" CellWidth="37.8" CellHeight="37.8"/>
- <CellularTextObject Name="CellularText8" Left="132.3" Top="141.75" Width="453.6" Height="28.35" Border.Color="100, 170, 180" Border.Style="Dash" Border.Width="2" Text="Border style" Font="Arial, 14pt"/>
- <CellularTextObject Name="CellularText9" Left="132.3" Top="226.8" Width="453.6" Height="28.35" Border.Style="Dot" Text="Cell spacing" Font="Arial, 14pt" HorzSpacing="7.56"/>
- </DataBand>
- <PageFooterBand Name="PageFooter1" Top="741.1" 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>
|