1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" ReportInfo.Description="This report demonstrates the RichTextObject features. 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">
- <Dictionary>
- <TableDataSource Name="Customers" ReferenceName="NorthWind.Customers" DataType="System.Int32" Enabled="true">
- <Column Name="CustomerID" DataType="System.String"/>
- <Column Name="CompanyName" DataType="System.String"/>
- <Column Name="ContactName" DataType="System.String"/>
- <Column Name="ContactTitle" DataType="System.String"/>
- <Column Name="Address" DataType="System.String"/>
- <Column Name="City" DataType="System.String"/>
- <Column Name="Region" DataType="System.String"/>
- <Column Name="PostalCode" DataType="System.String"/>
- <Column Name="Country" DataType="System.String"/>
- <Column Name="Phone" DataType="System.String"/>
- <Column Name="Fax" DataType="System.String"/>
- </TableDataSource>
- </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="RichTextObject" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <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">
- <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;}} {\colortbl ;\red0\green0\blue0;\red0\green0\blue255;} \viewkind4\uc1\pard\qc\cf1\lang1033\f0\fs20 Dear \b [Customers.ContactName]\b0 !\par \pard\par \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 \pard\par With best regards,\par Fast Reports team\tab\tab\tab [Date]\par \cf0\lang1049\f1\fs17\par } ">
- <Formats>
- <GeneralFormat/>
- <DateFormat/>
- </Formats>
- </RichObject>
- <Sort>
- <Sort Expression="[Customers.ContactName]"/>
- </Sort>
- </DataBand>
- <PageFooterBand Name="PageFooter1" Top="117.4" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <TextObject Name="Text1" Left="614.25" Width="94.5" Height="28.35" Text="[PageN]" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 10pt"/>
- <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>
|