123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="utf-8"?>
- <Report ScriptLanguage="CSharp" ReportInfo.Description="Demonstrates the "Even rows" feature. To use it: - go to the "Report|Styles..." menu; - create a new style, name it "EvenRows"; - select the fill color for this style; - return to the report page, select the data band; - go to the "Properties" window, choose the "EvenStyle" property and set it to "EvenRows"." ReportInfo.Created="01/18/2008 00:33:09" ReportInfo.Modified="03/28/2023 16:29:37" ReportInfo.CreatorVersion="1.0.0.0">
- <Styles>
- <Style Name="EvenRows" Fill.Color="OldLace" Font="Arial, 10pt"/>
- </Styles>
- <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="Arial, 60pt">
- <ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8" CanGrow="true">
- <TextObject Name="Text9" Width="718.2" Height="37.8" Text="CUSTOMER LIST" HorzAlign="Center" VertAlign="Center" Font="Segoe UI, 14pt, style=Bold"/>
- </ReportTitleBand>
- <PageHeaderBand Name="PageHeader1" Top="39.8" Width="718.2" Height="28.35">
- <TextObject Name="Text2" Width="245.7" Height="28.35" Fill="Glass" Fill.Color="Peru" Fill.Blend="0.16" Fill.Hatch="true" Text="CompanyName" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold" TextFill.Color="White"/>
- <TextObject Name="Text4" Left="245.7" Width="132.3" Height="28.35" Fill="Glass" Fill.Color="Peru" Fill.Blend="0.16" Fill.Hatch="true" Text="Country" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold" TextFill.Color="White"/>
- <TextObject Name="Text6" Left="378" Width="122.85" Height="28.35" Fill="Glass" Fill.Color="Peru" Fill.Blend="0.16" Fill.Hatch="true" Text="Phone" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold" TextFill.Color="White"/>
- <TextObject Name="Text8" Left="500.85" Width="217.35" Height="28.35" Fill="Glass" Fill.Color="Peru" Fill.Blend="0.16" Fill.Hatch="true" Text="Fax" VertAlign="Center" Font="Segoe UI, 9pt, style=Bold" TextFill.Color="White"/>
- </PageHeaderBand>
- <DataBand Name="Data1" Top="70.15" Width="718.2" Height="18.9" EvenStyle="EvenRows" DataSource="Customers">
- <TextObject Name="Text1" Width="245.7" Height="18.9" Text="[Customers.CompanyName]" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text3" Left="245.7" Width="132.3" Height="18.9" Text="[Customers.Country]" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text5" Left="378" Width="122.85" Height="18.9" Text="[Customers.Phone]" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text7" Left="500.85" Width="217.35" Height="18.9" Text="[Customers.Fax]" VertAlign="Center" Font="Segoe UI, 9pt"/>
- </DataBand>
- <PageFooterBand Name="PageFooter1" Top="91.05" Width="718.2" Height="28.35" Fill.Color="WhiteSmoke">
- <TextObject Name="Text10" Left="614.25" Width="94.5" Height="28.35" Text="[PageN]" HorzAlign="Right" VertAlign="Center" Font="Segoe UI, 9pt"/>
- <TextObject Name="Text12" 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>
|