1327 lines
57 KiB
Plaintext
1327 lines
57 KiB
Plaintext
|
|
<?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">
|
||
|
|
<DataSources>
|
||
|
|
<DataSource Name="DummyDataSource">
|
||
|
|
<rd:DataSourceID>44ce9029-6bc8-4088-9b9d-a3ec288fe642</rd:DataSourceID>
|
||
|
|
<ConnectionProperties>
|
||
|
|
<DataProvider>SQL</DataProvider>
|
||
|
|
<ConnectString />
|
||
|
|
</ConnectionProperties>
|
||
|
|
</DataSource>
|
||
|
|
</DataSources>
|
||
|
|
<InteractiveHeight>11in</InteractiveHeight>
|
||
|
|
<ReportParameters>
|
||
|
|
<ReportParameter Name="CompanyName">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<Nullable>true</Nullable>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>paramCompanyName</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="Address">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<Nullable>true</Nullable>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>paramAddress</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="StartDate">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>Start Date</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="EndDate">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>EndDate</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="YearEndDate">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>Year End Date</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="LevelName">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>Level Name</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
</ReportParameters>
|
||
|
|
<rd:DrawGrid>true</rd:DrawGrid>
|
||
|
|
<InteractiveWidth>8.5in</InteractiveWidth>
|
||
|
|
<rd:GridSpacing>0.05in</rd:GridSpacing>
|
||
|
|
<rd:SnapToGrid>false</rd:SnapToGrid>
|
||
|
|
<RightMargin>0.4in</RightMargin>
|
||
|
|
<LeftMargin>0.5in</LeftMargin>
|
||
|
|
<BottomMargin>0.29in</BottomMargin>
|
||
|
|
<rd:ReportID>1eeb1b05-bef6-4686-8aa7-5c7cc173bb1a</rd:ReportID>
|
||
|
|
<PageWidth>8.27in</PageWidth>
|
||
|
|
<DataSets>
|
||
|
|
<DataSet Name="ReportData_dtIncomeExpenditure">
|
||
|
|
<Fields>
|
||
|
|
<Field Name="HeadType">
|
||
|
|
<DataField>HeadType</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="Description">
|
||
|
|
<DataField>Description</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="ValueUptoStartDate">
|
||
|
|
<DataField>ValueUptoStartDate</DataField>
|
||
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="ValueTheseDates">
|
||
|
|
<DataField>ValueTheseDates</DataField>
|
||
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
</Fields>
|
||
|
|
<Query>
|
||
|
|
<DataSourceName>DummyDataSource</DataSourceName>
|
||
|
|
<CommandText />
|
||
|
|
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||
|
|
</Query>
|
||
|
|
<rd:DataSetInfo>
|
||
|
|
<rd:DataSetName>ReportData</rd:DataSetName>
|
||
|
|
<rd:TableName>dtIncomeExpenditure</rd:TableName>
|
||
|
|
</rd:DataSetInfo>
|
||
|
|
</DataSet>
|
||
|
|
</DataSets>
|
||
|
|
<Code />
|
||
|
|
<Width>7.36in</Width>
|
||
|
|
<Body>
|
||
|
|
<ReportItems>
|
||
|
|
<Table Name="table3">
|
||
|
|
<DataSetName>ReportData_dtIncomeExpenditure</DataSetName>
|
||
|
|
<TableGroups>
|
||
|
|
<TableGroup>
|
||
|
|
<Grouping Name="table3_Group1">
|
||
|
|
<GroupExpressions>
|
||
|
|
<GroupExpression>=Fields!HeadType.Value</GroupExpression>
|
||
|
|
</GroupExpressions>
|
||
|
|
</Grouping>
|
||
|
|
<Header>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<Visibility>
|
||
|
|
<Hidden>=IIF(Previous(Fields!HeadType.Value)="", True, False)</Hidden>
|
||
|
|
</Visibility>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox15">
|
||
|
|
<rd:DefaultName>textbox15</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>None</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>19</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox17">
|
||
|
|
<rd:DefaultName>textbox17</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>18</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox19">
|
||
|
|
<rd:DefaultName>textbox19</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>17</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox21">
|
||
|
|
<rd:DefaultName>textbox21</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>None</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>16</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.15in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox1">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>None</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>15</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!HeadType.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox6">
|
||
|
|
<rd:DefaultName>textbox6</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>None</Left>
|
||
|
|
<Right>None</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>14</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox7">
|
||
|
|
<rd:DefaultName>textbox7</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>None</Left>
|
||
|
|
<Right>None</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>13</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox9">
|
||
|
|
<rd:DefaultName>textbox9</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>None</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>12</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.22in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
</Header>
|
||
|
|
<Footer>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox8">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>5pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>7</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="TOTAL " & Fields!HeadType.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox2">
|
||
|
|
<rd:DefaultName>textbox2</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>5pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>6</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Sum(Fields!ValueUptoStartDate.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox56">
|
||
|
|
<rd:DefaultName>textbox56</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>5</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Sum(Fields!ValueTheseDates.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox54">
|
||
|
|
<rd:DefaultName>textbox54</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Beige</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>4</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Sum(Fields!ValueUptoStartDate.Value + Fields!ValueTheseDates.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.22in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
</Footer>
|
||
|
|
</TableGroup>
|
||
|
|
</TableGroups>
|
||
|
|
<Details>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="VoucherType">
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>3</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!Description.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="VoucherNo">
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>2</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!ValueUptoStartDate.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="ValueTheseDates">
|
||
|
|
<rd:DefaultName>ValueTheseDates</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>1</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!ValueTheseDates.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="CreditAmount">
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!ValueUptoStartDate.Value + Fields!ValueTheseDates.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.19in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
</Details>
|
||
|
|
<Header>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>2</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox20">
|
||
|
|
<rd:DefaultName>textbox20</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>12pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>33</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Parameters!CompanyName.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>2</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox45">
|
||
|
|
<rd:DefaultName>textbox45</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>7pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>32</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Print Date & Time: " & Format(Now(), "dd MMM yyyy, hh:mm:ss tt")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.25in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>4</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox29">
|
||
|
|
<rd:DefaultName>textbox29</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>31</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Parameters!Address.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.25in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>4</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox12">
|
||
|
|
<rd:DefaultName>textbox12</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>11pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>30</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.1in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>2</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox18">
|
||
|
|
<Style>
|
||
|
|
<FontSize>11pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>29</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Income Expenditure (" & Parameters!LevelName.Value & ")"</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>2</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox16">
|
||
|
|
<rd:DefaultName>textbox16</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>28</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Date range: " & Parameters!StartDate.Value & " to " & Parameters!EndDate.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.24in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox32">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>27</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Description</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox33">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>26</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Value from</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox52">
|
||
|
|
<rd:DefaultName>textbox52</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>25</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Value from</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox34">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>None</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>24</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Total Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.19in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox10">
|
||
|
|
<rd:DefaultName>textbox10</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>23</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox11">
|
||
|
|
<rd:DefaultName>textbox11</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>22</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Format(CDate(Parameters!YearEndDate.Value), "dd.MM.yy") & " to " & Format(DateAdd("d", -1, CDate(Parameters!StartDate.Value)), "dd.MM.yy")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox14">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>21</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Format(CDate(Parameters!StartDate.Value), "dd.MM.yy") & " to " & Format(CDate(Parameters!EndDate.Value), "dd.MM.yy")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox13">
|
||
|
|
<rd:DefaultName>textbox13</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>None</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>20</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.19in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
<RepeatOnNewPage>true</RepeatOnNewPage>
|
||
|
|
</Header>
|
||
|
|
<TableColumns>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>3.46in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>1.3in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>1.3in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>1.3in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
</TableColumns>
|
||
|
|
<Footer>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox35">
|
||
|
|
<rd:DefaultName>textbox35</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>11</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>NET PROFIT (INCOME - EXPENDITURE)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox3">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>5pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>10</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(IIF(Fields!HeadType.Value="INCOME", Fields!ValueUptoStartDate.Value, (-1*Fields!ValueUptoStartDate.Value)))</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox4">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>9</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(IIF(Fields!HeadType.Value="INCOME", Fields!ValueTheseDates.Value, (-1*Fields!ValueTheseDates.Value)))</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox5">
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
<Top>1pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>8</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(IIF(Fields!HeadType.Value="INCOME", (Fields!ValueUptoStartDate.Value + Fields!ValueTheseDates.Value), (-1*(Fields!ValueUptoStartDate.Value + Fields!ValueTheseDates.Value))))</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.22in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
</Footer>
|
||
|
|
</Table>
|
||
|
|
</ReportItems>
|
||
|
|
<Height>2.22in</Height>
|
||
|
|
</Body>
|
||
|
|
<Language>en-US</Language>
|
||
|
|
<PageFooter>
|
||
|
|
<PrintOnFirstPage>true</PrintOnFirstPage>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox30">
|
||
|
|
<Top>0.03583in</Top>
|
||
|
|
<Style>
|
||
|
|
<FontSize>7pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Page " & Globals!PageNumber & " of " & Globals!TotalPages</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
<Height>0.20583in</Height>
|
||
|
|
<PrintOnLastPage>true</PrintOnLastPage>
|
||
|
|
</PageFooter>
|
||
|
|
<TopMargin>0.4in</TopMargin>
|
||
|
|
<PageHeight>11.69in</PageHeight>
|
||
|
|
</Report>
|