1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<PageHeader>
<ReportItems>
<Line Name="Line44">
<Left>17.01cm</Left>
<Top>4.312cm</Top>
<ZIndex>19</ZIndex>
<Width>2.169cm</Width>
<Style>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
<BorderColor>
<Default>#000000</Default>
</BorderColor>
</Style>
</Line>
<Textbox Name="Text43">
<Left>16.984cm</Left>
<Top>3.809cm</Top>
<ZIndex>18</ZIndex>
<Width>2.195cm</Width>
<Style>
<TextAlign>Center</TextAlign>
<PaddingLeft>0cm</PaddingLeft>
<LineHeight>13pt</LineHeight>
<PaddingBottom>0cm</PaddingBottom>
<FontWeight>700</FontWeight>
<FontSize>8pt</FontSize>
<BorderColor>
<Default>#000000</Default>
</BorderColor>
<BackgroundColor>#ffffff</BackgroundColor>
<Color>#000000</Color>
<PaddingRight>0cm</PaddingRight>
<PaddingTop>0cm</PaddingTop>
</Style>
<Height>0.423cm</Height>
<Value>Total Taxe</Value>
</Textbox>
</ReportItems>
<Height>4.312cm</Height>
<PrintOnLastPage>true</PrintOnLastPage>
<PrintOnFirstPage>true</PrintOnFirstPage>
<Style>
<BackgroundColor>#ffffff</BackgroundColor>
</Style>
</PageHeader> |
Partager