123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" ReportInfo.Description="Demonstrates the "Hyperlinks" feature. To use it: - define the items that you want to navigate to. To do this, set the "Bookmark" property of such an item to any valid expression. It will be the bookmark's name; - define active items that will receive the mouse clicks and then perform the navigation to bookmarks. To do this: - set "Cursor" property to "Hand"; - set blue color font with underline style; - set the "Hyperlink.Kind" property to "Bookmark"; - set the "Hyperlink.Expression" property to any valid expression. In our case, the expression should represent the name of a bookmark we want to navigate to. Learn how to build this report on the Fast Reports Academy channel http://fast.report/88bd7" ReportInfo.Created="01/17/2008 03:55:42" ReportInfo.Modified="04/07/2023 02:42:58" ReportInfo.CreatorVersion="1.0.0.0">
- <Styles>
- <Style Name="EvenRows" Fill.Color="OldLace" Font="Arial, 10pt"/>
- </Styles>
- <Dictionary>
- <TableDataSource Name="Categories" ReferenceName="NorthWind.Categories" DataType="System.Int32" Enabled="true">
- <Column Name="CategoryID" DataType="System.Int32"/>
- <Column Name="CategoryName" DataType="System.String"/>
- <Column Name="Description" DataType="System.String"/>
- <Column Name="Picture" DataType="System.Byte[]" BindableControl="Picture"/>
- </TableDataSource>
- <TableDataSource Name="Products" ReferenceName="NorthWind.Products" DataType="System.Int32" Enabled="true">
- <Column Name="ProductID" DataType="System.Int32"/>
- <Column Name="ProductName" DataType="System.String"/>
- <Column Name="SupplierID" DataType="System.Int32"/>
- <Column Name="CategoryID" DataType="System.Int32"/>
- <Column Name="QuantityPerUnit" DataType="System.String"/>
- <Column Name="UnitPrice" DataType="System.Decimal"/>
- <Column Name="UnitsInStock" DataType="System.Int16"/>
- <Column Name="UnitsOnOrder" DataType="System.Int16"/>
- <Column Name="ReorderLevel" DataType="System.Int16"/>
- <Column Name="Discontinued" DataType="System.Boolean"/>
- <Column Name="EAN13" DataType="System.String"/>
- </TableDataSource>
- <Relation Name="CategoriesProducts" ReferenceName="NorthWind.CategoriesProducts" ParentDataSource="Categories" ChildDataSource="Products" ParentColumns="CategoryID" ChildColumns="CategoryID" Enabled="true"/>
- </Dictionary>
- <ReportPage Name="ContentsPage" Watermark.Font="Arial, 60pt">
- <ReportTitleBand Name="ReportTitle2" Width="718.2" Height="113.4" CanGrow="true">
- <TextObject Name="Text3" Width="718.2" Height="37.8" Text="PRODUCT CATALOG" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <DataBand Name="Data3" Top="115.4" Width="718.2" Height="18.9" DataSource="Categories">
- <TextObject Name="Text14" Width="302.4" Height="18.9" Cursor="Hand" Hyperlink.Kind="Bookmark" Hyperlink.Expression="[Categories.CategoryName]" Text="[Categories.CategoryName]" VertAlign="Center" Font="Segoe UI, 9pt, style=Underline" TextFill.Color="Blue"/>
- </DataBand>
- <PageFooterBand Name="PageFooter2" Top="136.3" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <TextObject Name="Text19" 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>
- <ReportPage Name="CatalogPage" Watermark.Font="Arial, 60pt">
- <DataBand Name="Data1" Width="718.2" Height="103.95" Fill.Color="Orange" Bookmark="[Categories.CategoryName]" DataSource="Categories" KeepDetail="true">
- <TextObject Name="Text1" Left="160.65" Top="9.45" Width="302.4" Height="18.9" Bookmark="[Categories.CategoryName]" Text="[Categories.CategoryName]" Font="Segoe UI, 10pt, style=Bold"/>
- <PictureObject Name="Picture1" Left="9.45" Top="9.45" Width="141.75" Height="85.05" DataColumn="Categories.Picture"/>
- <TextObject Name="Text2" Left="160.65" Top="37.8" Width="302.4" Height="56.7" Text="[Categories.Description]" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text15" Left="614.25" Top="9.45" Width="94.5" Height="18.9" Cursor="Hand" Hyperlink.Kind="PageNumber" Hyperlink.Value="1" Text="back to top" HorzAlign="Right" Font="Segoe UI, 9pt, style=Underline" TextFill.Color="Blue"/>
- <DataBand Name="Data2" Top="136.3" Width="718.2" Height="18.9" EvenStyle="EvenRows" DataSource="Products">
- <TextObject Name="Text5" Width="245.7" Height="18.9" Text="[Products.ProductName]" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text7" Left="245.7" Width="122.85" Height="18.9" Text="[Products.UnitPrice]" Format="Currency" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text9" Left="368.55" Width="122.85" Height="18.9" Text="[Products.UnitsInStock]" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <CheckBoxObject Name="CheckBox1" Left="529.2" Width="18.9" Height="18.9" Checked="false" DataColumn="Products.Discontinued"/>
- <TextObject Name="Text13" Left="595.35" Width="122.85" Height="18.9" Fill.Color="Orange" VertAlign="Center" Font="Segoe UI, 10pt"/>
- <DataHeaderBand Name="DataHeader1" Top="105.95" Width="718.2" Height="28.35" Fill.Color="OldLace">
- <TextObject Name="Text6" Width="245.7" Height="28.35" Text="Product name" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold"/>
- <TextObject Name="Text8" Left="245.7" Width="122.85" Height="28.35" Text="Unit price" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold"/>
- <TextObject Name="Text10" Left="368.55" Width="122.85" Height="28.35" Text="Units in stock" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold"/>
- <TextObject Name="Text12" Left="491.4" Width="94.5" Height="28.35" Text="Discontinued" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold"/>
- <TextObject Name="Text11" Left="595.35" Width="122.85" Height="28.35" Fill.Color="Orange" VertAlign="Center" Font="Segoe UI, 10pt"/>
- </DataHeaderBand>
- <DataFooterBand Name="DataFooter1" Top="157.2" Width="718.2" Height="37.8"/>
- <Sort>
- <Sort Expression="[Products.ProductName]"/>
- </Sort>
- </DataBand>
- </DataBand>
- <PageFooterBand Name="PageFooter1" Top="197" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <TextObject Name="Text17" Left="614.25" Width="94.5" Height="28.35" Text="[PageN]" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text20" 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>
|