657 lines
No EOL
16 KiB
XML
657 lines
No EOL
16 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!--
|
|
This file contains the button specific settings for the Word report.
|
|
|
|
Any settings not defined here will be inherited from the language specific
|
|
report file. Any settings not defined in the language specific report file
|
|
are inherited from the report defaults file located in the Reports folder.
|
|
So the order is as follows:
|
|
1. WordReport.ButtonSpecific.word (this file)
|
|
2. WordReport.en-US.word (language & culture)
|
|
3. WordReport.en.word (language only)
|
|
4. WordReport.word (default settings)
|
|
|
|
If you change file #4 (WordReport.word), changes will be applied to ALL reports,
|
|
unless overridden by the language, culture or button specific files. If you
|
|
change the button specific file, the changes only apply to the button.
|
|
|
|
Note that the language & culture settings are derived from the browser. So
|
|
if you have a multi-lingual application, the en-US (English, US) user will get
|
|
the report on a 8.5 by 11 inch paper while the en-UK (English, UK) or gr (German)
|
|
user will get it on an A4 page.
|
|
|
|
Many of the settings in this file are commented out because they are defined in
|
|
the WordReport.word file. They can be uncommented out and modified to change the
|
|
settings for the Word report generated by this button.
|
|
|
|
Refer to the online help at http://www.ironspeed.com/help to see a detailed
|
|
description of the settings in this file.
|
|
|
|
-->
|
|
|
|
<!--
|
|
Top Margin for page header is the distance between the top of the page and the beginning of the header.
|
|
Bottom Margin is from the bottom of the page footer to the end of the page.
|
|
|
|
BorderWidth and FontSize must be specified by a decimal number followed by 'pt' or 'cm' (centimeters).
|
|
|
|
Color must be specifed ay a 6 digits hex number. 000000 is black, FFFFFF is white.
|
|
|
|
-->
|
|
|
|
<Report>
|
|
|
|
|
|
<!-- Page size specification. Specify a decimal number followed by 'in', 'mm', or 'cm' -->
|
|
<!--
|
|
<PageWidth>CulturalDefault</PageWidth>
|
|
<PageHeight>CulturalDefault</PageHeight>
|
|
-->
|
|
<!--If mirroring is true, the first column will be displayed on the right side, the last column will be displayed on the left side
|
|
right alignment will become left alignment, and left alignment will become right alignment.-->
|
|
<!--
|
|
<Mirroring>CulturalDefault</Mirroring>
|
|
-->
|
|
|
|
<!-- Page margin specification. Specify a decimal number followed by 'in', 'mm', or 'cm' -->
|
|
<!--
|
|
<TopMargin>0.5in</TopMargin>
|
|
<BottomMargin>0.5in</BottomMargin>
|
|
<LeftMargin>0.5in</LeftMargin>
|
|
<RightMargin>0.5in</RightMargin>
|
|
-->
|
|
|
|
<!-- Page header specification -->
|
|
<PageHeader>
|
|
<!--
|
|
<Top>0.2in</Top>
|
|
-->
|
|
<!-- Left column of the page header -->
|
|
<!--
|
|
<LeftHeader>
|
|
<Value></Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>0pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>000000</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>444444</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Left</HorizontalAlign>
|
|
<Padding>
|
|
<Left>2pt</Left>
|
|
<Right>2pt</Right>
|
|
<Top>2pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
</LeftHeader>
|
|
-->
|
|
|
|
<!-- Center column of the page header -->
|
|
<!--
|
|
<CenterHeader>
|
|
<Value>${ReportTitle}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>0pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>000000</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>222222</Color>
|
|
<Size>10pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Center</HorizontalAlign>
|
|
<Padding>
|
|
<Left>2pt</Left>
|
|
<Right>2pt</Right>
|
|
<Top>2pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
</CenterHeader>
|
|
-->
|
|
|
|
<!-- Right column of the page header -->
|
|
<!--
|
|
<RightHeader>
|
|
<Value></Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>0pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>000000</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>444444</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Right</HorizontalAlign>
|
|
<Padding>
|
|
<Left>2pt</Left>
|
|
<Right>2pt</Right>
|
|
<Top>2pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
</RightHeader>
|
|
-->
|
|
</PageHeader>
|
|
|
|
<!-- Page Footer specification -->
|
|
|
|
<PageFooter>
|
|
<!--
|
|
<Bottom>0.3in</Bottom>
|
|
-->
|
|
<!-- Left column of the page footer -->
|
|
<!--
|
|
<LeftFooter>
|
|
<Value>${Date:d}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>0pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>000000</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>444444</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Bottom</VerticalAlign>
|
|
<HorizontalAlign>Left</HorizontalAlign>
|
|
<Padding>
|
|
<Left>2pt</Left>
|
|
<Right>2pt</Right>
|
|
<Top>2pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
</LeftFooter>
|
|
-->
|
|
<!-- Center column of the page footer -->
|
|
<!--
|
|
<CenterFooter>
|
|
<Value></Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>0pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>000000</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>444444</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Bottom</VerticalAlign>
|
|
<HorizontalAlign>Center</HorizontalAlign>
|
|
<Padding>
|
|
<Left>2pt</Left>
|
|
<Right>2pt</Right>
|
|
<Top>2pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
</CenterFooter>
|
|
-->
|
|
<!-- Right column of the page footer -->
|
|
<!--
|
|
<RightFooter>
|
|
<Value>${PageNum}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>0pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>000000</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>444444</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Bottom</VerticalAlign>
|
|
<HorizontalAlign>Right</HorizontalAlign>
|
|
<Padding>
|
|
<Left>2pt</Left>
|
|
<Right>2pt</Right>
|
|
<Top>2pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
</RightFooter>
|
|
-->
|
|
</PageFooter>
|
|
|
|
<!-- Table (grid) specification -->
|
|
<Table>
|
|
|
|
<!--
|
|
<Columns>
|
|
<Column>
|
|
<Width>100</Width>
|
|
<Header>
|
|
<Value>Company Name</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>dcbb4a</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>333333</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>True</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Center</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>dcbb4a</BackgroundColor>
|
|
</Style>
|
|
</Header>
|
|
|
|
|
|
<Detail>
|
|
<Value>${Customers.CompanyName}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>1pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>cccccc</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>666666</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
|
|
|
|
<AltStyle>
|
|
<FontColor>666666</FontColor>
|
|
<BackgroundColor>d9e3eb</BackgroundColor>
|
|
</AltStyle>
|
|
</Detail>
|
|
</Column>
|
|
<Column>
|
|
<Width>100</Width>
|
|
<Header>
|
|
<Value>Contact Name</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>dcbb4a</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>333333</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>True</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Center</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>dcbb4a</BackgroundColor>
|
|
</Style>
|
|
</Header>
|
|
|
|
|
|
<Detail>
|
|
<Value>${Customers.ContactName}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>1pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>cccccc</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>666666</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
|
|
|
|
<AltStyle>
|
|
<FontColor>666666</FontColor>
|
|
<BackgroundColor>d9e3eb</BackgroundColor>
|
|
</AltStyle>
|
|
</Detail>
|
|
</Column>
|
|
<Column>
|
|
<Width>100</Width>
|
|
<Header>
|
|
<Value>Contact Title</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>dcbb4a</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>333333</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>True</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Center</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>dcbb4a</BackgroundColor>
|
|
</Style>
|
|
</Header>
|
|
|
|
|
|
<Detail>
|
|
<Value>${Customers.ContactTitle}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>1pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>cccccc</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>666666</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
|
|
|
|
<AltStyle>
|
|
<FontColor>666666</FontColor>
|
|
<BackgroundColor>d9e3eb</BackgroundColor>
|
|
</AltStyle>
|
|
</Detail>
|
|
</Column>
|
|
<Column>
|
|
<Width>100</Width>
|
|
<Header>
|
|
<Value>Phone</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>2pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>dcbb4a</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>333333</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>True</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Center</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>dcbb4a</BackgroundColor>
|
|
</Style>
|
|
</Header>
|
|
|
|
|
|
<Detail>
|
|
<Value>${Customers.Phone}</Value>
|
|
<Style>
|
|
<BorderWidth>
|
|
<Left>0pt</Left>
|
|
<Right>0pt</Right>
|
|
<Top>0pt</Top>
|
|
<Bottom>1pt</Bottom>
|
|
</BorderWidth>
|
|
<BorderColor>
|
|
<Left>000000</Left>
|
|
<Right>000000</Right>
|
|
<Top>000000</Top>
|
|
<Bottom>cccccc</Bottom>
|
|
</BorderColor>
|
|
<Font>
|
|
<Color>666666</Color>
|
|
<Size>7pt</Size>
|
|
<FileName>Arial.ttf</FileName>
|
|
<Bold>False</Bold>
|
|
<Italic>False</Italic>
|
|
<Underline>False</Underline>
|
|
<RightToLeft>CulturalDefault</RightToLeft>
|
|
<Encoding>CulturalDefault</Encoding>
|
|
</Font>
|
|
<VerticalAlign>Top</VerticalAlign>
|
|
<HorizontalAlign>Default</HorizontalAlign>
|
|
<Padding>
|
|
<Left>5pt</Left>
|
|
<Right>5pt</Right>
|
|
<Top>5pt</Top>
|
|
<Bottom>5pt</Bottom>
|
|
</Padding>
|
|
<BackgroundColor>ffffff</BackgroundColor>
|
|
</Style>
|
|
|
|
|
|
<AltStyle>
|
|
<FontColor>666666</FontColor>
|
|
<BackgroundColor>d9e3eb</BackgroundColor>
|
|
</AltStyle>
|
|
</Detail>
|
|
</Column>
|
|
</Columns>
|
|
-->
|
|
</Table>
|
|
|
|
</Report> |