RichText.frx 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Report ScriptLanguage="CSharp" ReportInfo.Description="This report demonstrates the RichTextObject features.&#13;&#10;&#13;&#10;Learn about various report objects on the Fast Reports Academy channel http://fast.report/7fb2d" ReportInfo.Tag="http://fast.report/7fb2d" ReportInfo.Created="02/24/2008 16:32:17" ReportInfo.Modified="03/28/2023 19:53:07" ReportInfo.CreatorVersion="1.0.0.0">
  3. <Dictionary>
  4. <TableDataSource Name="Customers" ReferenceName="NorthWind.Customers" DataType="System.Int32" Enabled="true">
  5. <Column Name="CustomerID" DataType="System.String"/>
  6. <Column Name="CompanyName" DataType="System.String"/>
  7. <Column Name="ContactName" DataType="System.String"/>
  8. <Column Name="ContactTitle" DataType="System.String"/>
  9. <Column Name="Address" DataType="System.String"/>
  10. <Column Name="City" DataType="System.String"/>
  11. <Column Name="Region" DataType="System.String"/>
  12. <Column Name="PostalCode" DataType="System.String"/>
  13. <Column Name="Country" DataType="System.String"/>
  14. <Column Name="Phone" DataType="System.String"/>
  15. <Column Name="Fax" DataType="System.String"/>
  16. </TableDataSource>
  17. </Dictionary>
  18. <ReportPage Name="Page1" Watermark.Font="Segoe UI, 60pt">
  19. <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8" CanGrow="true">
  20. <TextObject Name="Text30" Width="718.2" Height="37.8" Text="RichTextObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
  21. </ReportTitleBand>
  22. <DataBand Name="Data1" Top="39.8" Width="718.2" Height="75.6" Border.Lines="Bottom" Border.Color="Silver" Border.Style="Dot" CanGrow="true" DataSource="Customers">
  23. <RichObject Name="Rich1" Left="160.65" Top="37.8" Width="396.9" Height="37.8" CanGrow="true" Text="{\rtf1\ansi\ansicpg1251\deff0\deflang1049{\fonttbl{\f0\fnil\fcharset0 Segoe UI;}{\f1\fnil\fcharset204 Segoe UI;}}&#13;&#10;{\colortbl ;\red0\green0\blue0;\red0\green0\blue255;}&#13;&#10;\viewkind4\uc1\pard\qc\cf1\lang1033\f0\fs20 Dear \b [Customers.ContactName]\b0 !\par&#13;&#10;\pard\par&#13;&#10;\pard\qj\tab We disturb you to inform that new version of FastReport is available for downloading at \cf2\ul www.fast-report.com\cf1\ulnone . Notices, suggestions and bug reports are welcomed.\par&#13;&#10;\pard\par&#13;&#10;With best regards,\par&#13;&#10;Fast Reports team\tab\tab\tab [Date]\par&#13;&#10;\cf0\lang1049\f1\fs17\par&#13;&#10;}&#13;&#10;">
  24. <Formats>
  25. <GeneralFormat/>
  26. <DateFormat/>
  27. </Formats>
  28. </RichObject>
  29. <Sort>
  30. <Sort Expression="[Customers.ContactName]"/>
  31. </Sort>
  32. </DataBand>
  33. <PageFooterBand Name="PageFooter1" Top="117.4" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
  34. <TextObject Name="Text1" Left="614.25" Width="94.5" Height="28.35" Text="[PageN]" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 10pt"/>
  35. <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"/>
  36. </PageFooterBand>
  37. </ReportPage>
  38. </Report>