This is a migrated thread and some comments may be shown as answers.

Sub-reports overlapping in detailsection

13 Answers 261 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tomas
Top achievements
Rank 1
Tomas asked on 26 Oct 2016, 11:47 AM
Hi!


I am struggling with a report that contains several detailsections with several sub-reports.


The problem is that when the report prints to pdf the last subreport overlaps the one above as you can see in picture one.


Picture two show how it looks in the Telerik Report Designer. As you can see in the red ring "CommonEquity" goes up and overlap the other sub-reports, and the other sub-reports below that tag along up.


Now to the funny part.. If there is data in the sub-report "WorkInProgressOnContract1" (Green ring) the report looks good.. As shown in picture three.


I have compared the .trdx files and there is no big difference between them.. 
If there is something more you need to know please ask!
​


The help is much appreciated, I have worked many hours to fix this issue..

13 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 26 Oct 2016, 01:50 PM
Hello Tomas,

Please check the following:
  1. Select each section and Item in the Report Explorer, and verify that they do not have any Docking or Anchoring setting left (reset the properties).
  2. Order items one after another without overlapping in the section. If an item is not visible or does not have content, the ones below will move up automatically- Design Considerations for Report Item Layout.
  3. Select each section, in each report and set its KeepTogether property to false - Understanding Pagination.


Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Erik
Top achievements
Rank 1
answered on 26 Oct 2016, 03:26 PM

Hi Stef,

I'm working on the same project as Tomas and I have tried all of the suggested solutions. Unfortunately none of them worked. None of our files are using Docking or Anchoring, the items aren't overlapping and the KeepTogether property is set to false in each of the reports' sections.

Interestingly enough, I've even tried to set the "PageBreak" property on the first overlapping Subreport("Not 13" in the attached file) to true but it still ends up in the same place. It's like that SubReport doesn't "sense" the previous one, but the one before that. Does that help to narrow it down at all?

Any help or ideas with this issue is greatly appreciated

Regards
Erik

0
Stef
Telerik team
answered on 26 Oct 2016, 03:44 PM
Hello,

If it is a report designed in the Standalone Report Designer, please save it as a TRDX file from File - Save As. then post the XML in this forum thread.

If it is a VS report, please post the code from the report's Designer.cs file here.

If it is a custom report generated in code, you can serialize the report in a TRDX file and preview its settings in the Standalone Report Designer to verify all required settings are added. Post the XML in the thread.


In case of sensitive data, you can open a support ticket and send us the requested demo report in a ZIP file.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Erik
Top achievements
Rank 1
answered on 26 Oct 2016, 04:02 PM

The following is the .trdx file in which all the subReports are located. The most common overlapping (we've had others also)starts at the SubReport "CommonEquity".If you need all the different kinds of SubReports, I think it'll be easier to open a support ticket but otherwise the forum is nice platform since both me and Tomas can work on the issue.

<?xml version="1.0" encoding="utf-8"?>

<Report Width="17cm" Name="BrNotes" xmlns="http://schemas.telerik.com/reporting/2012/4.1">
  <Items>
    <DetailSection KeepTogether="False" Height="10.5" Name="detailSection1">
      <Items>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="0cm" Name="IntangibleAssets1">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="0.7cm" Name="IntangibleAssets2">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="1.4cm" Name="IntangibleAssets3">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="2.1cm" Name="AdvancePayments">
          <ReportSource>
            <UriReportSource Uri="ConstructionInProgress.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="2.8cm" Name="LandAndBuildings">
          <ReportSource>
            <UriReportSource Uri="LandAndBuildings.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="3.5cm" Name="machinesAndTechnical1">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="4.2cm" Name="machinesAndTechnical2">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="4.9cm" Name="machinesAndTechnical3">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="5.6cm" Name="machinesAndTechnical4">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="6.3cm" Name="ConstructionInProgress">
          <ReportSource>
            <UriReportSource Uri="ConstructionInProgress.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="7cm" Name="OtherLongTermInvestments">
          <ReportSource>
            <UriReportSource Uri="OtherLongTermInvestments.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="7.7cm" Name="WorkInProgressOnContract1">
          <ReportSource>
            <UriReportSource Uri="WorkInProgressOnContract.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="8.4" Name="CommonEquity">
          <ReportSource>
            <UriReportSource Uri="CommonEquity.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="9.1" Name="MaturityLiabilities">
          <ReportSource>
            <UriReportSource Uri="MaturityLiabilities.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="9.8" Name="WorkInProgressOnContract2">
          <ReportSource>
            <UriReportSource Uri="WorkInProgressOnContract.trdx" />
          </ReportSource>
        </SubReport>
      </Items>
    </DetailSection>
  </Items>
  <StyleSheet>
    <StyleRule>
      <Style>
        <Padding Left="2pt" Right="2pt" />
      </Style>
      <Selectors>
        <TypeSelector Type="TextItemBase" />
        <TypeSelector Type="HtmlTextBox" />
      </Selectors>
    </StyleRule>
  </StyleSheet>
  <PageSettings PaperKind="A4" Landscape="False" ColumnCount="1" ColumnSpacing="0cm">
    <Margins>
      <MarginsU Left="2cm" Right="2cm" Top="2cm" Bottom="2cm" />
    </Margins>
  </PageSettings>
  <Groups>
    <Group GroupKeepTogether="All" Name="group">
      <GroupHeader>
        <GroupHeaderSection KeepTogether="False" Height="0.6cm" Name="groupHeaderSection">
          <Items>
            <HtmlTextBox Width="17cm" Height="0.6cm" Left="0cm" Top="0cm" Value="UPPLYSNINGAR TILL BALANSRÄKNINGEN" Name="htmlTextBox2">
              <Style>
                <Font Bold="True" />
              </Style>
            </HtmlTextBox>
          </Items>
        </GroupHeaderSection>
      </GroupHeader>
      <GroupFooter>
        <GroupFooterSection KeepTogether="False" Height="0.2cm" Name="groupFooterSection">
          <Style Visible="False" />
        </GroupFooterSection>
      </GroupFooter>
    </Group>
  </Groups>
</Report>

0
Erik
Top achievements
Rank 1
answered on 26 Oct 2016, 04:06 PM

The following code is the .trdx file in which all the SubReports are located. If you need all our SubReports I think it'll be easier to open a ticket but otherwise the forum is a good platform since both me and Tomas can work on the issue. 

The overlapping starts from the SubReport "Common Equity". 

<?xml version="1.0" encoding="utf-8"?>
<Report Width="17cm" Name="BrNotes" xmlns="http://schemas.telerik.com/reporting/2012/4.1">
  <Items>
    <DetailSection KeepTogether="False" Height="10.5" Name="detailSection1">
      <Items>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="0cm" Name="IntangibleAssets1">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="0.7cm" Name="IntangibleAssets2">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="1.4cm" Name="IntangibleAssets3">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="2.1cm" Name="AdvancePayments">
          <ReportSource>
            <UriReportSource Uri="ConstructionInProgress.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="2.8cm" Name="LandAndBuildings">
          <ReportSource>
            <UriReportSource Uri="LandAndBuildings.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="3.5cm" Name="machinesAndTechnical1">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="4.2cm" Name="machinesAndTechnical2">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="4.9cm" Name="machinesAndTechnical3">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="5.6cm" Name="machinesAndTechnical4">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="6.3cm" Name="ConstructionInProgress">
          <ReportSource>
            <UriReportSource Uri="ConstructionInProgress.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="7cm" Name="OtherLongTermInvestments">
          <ReportSource>
            <UriReportSource Uri="OtherLongTermInvestments.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="7.7cm" Name="WorkInProgressOnContract1">
          <ReportSource>
            <UriReportSource Uri="WorkInProgressOnContract.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="8.4" Name="CommonEquity">
          <ReportSource>
            <UriReportSource Uri="CommonEquity.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="9.1" Name="MaturityLiabilities">
          <ReportSource>
            <UriReportSource Uri="MaturityLiabilities.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="9.8" Name="WorkInProgressOnContract2">
          <ReportSource>
            <UriReportSource Uri="WorkInProgressOnContract.trdx" />
          </ReportSource>
        </SubReport>
      </Items>
    </DetailSection>
  </Items>
  <StyleSheet>
    <StyleRule>
      <Style>
        <Padding Left="2pt" Right="2pt" />
      </Style>
      <Selectors>
        <TypeSelector Type="TextItemBase" />
        <TypeSelector Type="HtmlTextBox" />
      </Selectors>
    </StyleRule>
  </StyleSheet>
  <PageSettings PaperKind="A4" Landscape="False" ColumnCount="1" ColumnSpacing="0cm">
    <Margins>
      <MarginsU Left="2cm" Right="2cm" Top="2cm" Bottom="2cm" />
    </Margins>
  </PageSettings>
  <Groups>
    <Group GroupKeepTogether="All" Name="group">
      <GroupHeader>
        <GroupHeaderSection KeepTogether="False" Height="0.6cm" Name="groupHeaderSection">
          <Items>
            <HtmlTextBox Width="17cm" Height="0.6cm" Left="0cm" Top="0cm" Value="UPPLYSNINGAR TILL BALANSRÄKNINGEN" Name="htmlTextBox2">
              <Style>
                <Font Bold="True" />
              </Style>
            </HtmlTextBox>
          </Items>
        </GroupHeaderSection>
      </GroupHeader>
      <GroupFooter>
        <GroupFooterSection KeepTogether="False" Height="0.2cm" Name="groupFooterSection">
          <Style Visible="False" />
        </GroupFooterSection>
      </GroupFooter>
    </Group>
  </Groups>
</Report>

0
Erik
Top achievements
Rank 1
answered on 26 Oct 2016, 04:08 PM

The following code is the .trdx file in which all the SubReports are located. If you need all our SubReports I think it'll be easier to open a ticket but otherwise the forum is a good platform since both me and Tomas can work on the issue. 
The overlapping starts from the SubReport "Common Equity". 

<?xml version="1.0" encoding="utf-8"?>
<Report Width="17cm" Name="BrNotes" xmlns="http://schemas.telerik.com/reporting/2012/4.1">
  <Items>
    <DetailSection KeepTogether="False" Height="10.5" Name="detailSection1">
      <Items>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="0cm" Name="IntangibleAssets1">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="0.7cm" Name="IntangibleAssets2">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="1.4cm" Name="IntangibleAssets3">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="2.1cm" Name="AdvancePayments">
          <ReportSource>
            <UriReportSource Uri="ConstructionInProgress.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="2.8cm" Name="LandAndBuildings">
          <ReportSource>
            <UriReportSource Uri="LandAndBuildings.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="3.5cm" Name="machinesAndTechnical1">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="4.2cm" Name="machinesAndTechnical2">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="4.9cm" Name="machinesAndTechnical3">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="5.6cm" Name="machinesAndTechnical4">
          <ReportSource>
            <UriReportSource Uri="MachinesAndTechnical.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="6.3cm" Name="ConstructionInProgress">
          <ReportSource>
            <UriReportSource Uri="ConstructionInProgress.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="7cm" Name="OtherLongTermInvestments">
          <ReportSource>
            <UriReportSource Uri="OtherLongTermInvestments.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="7.7cm" Name="WorkInProgressOnContract1">
          <ReportSource>
            <UriReportSource Uri="WorkInProgressOnContract.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="8.4" Name="CommonEquity">
          <ReportSource>
            <UriReportSource Uri="CommonEquity.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="9.1" Name="MaturityLiabilities">
          <ReportSource>
            <UriReportSource Uri="MaturityLiabilities.trdx" />
          </ReportSource>
        </SubReport>
        <SubReport Width="17cm" Height="0.7cm" Left="0cm" Top="9.8" Name="WorkInProgressOnContract2">
          <ReportSource>
            <UriReportSource Uri="WorkInProgressOnContract.trdx" />
          </ReportSource>
        </SubReport>
      </Items>
    </DetailSection>
  </Items>
  <StyleSheet>
    <StyleRule>
      <Style>
        <Padding Left="2pt" Right="2pt" />
      </Style>
      <Selectors>
        <TypeSelector Type="TextItemBase" />
        <TypeSelector Type="HtmlTextBox" />
      </Selectors>
    </StyleRule>
  </StyleSheet>
  <PageSettings PaperKind="A4" Landscape="False" ColumnCount="1" ColumnSpacing="0cm">
    <Margins>
      <MarginsU Left="2cm" Right="2cm" Top="2cm" Bottom="2cm" />
    </Margins>
  </PageSettings>
  <Groups>
    <Group GroupKeepTogether="All" Name="group">
      <GroupHeader>
        <GroupHeaderSection KeepTogether="False" Height="0.6cm" Name="groupHeaderSection">
          <Items>
            <HtmlTextBox Width="17cm" Height="0.6cm" Left="0cm" Top="0cm" Value="UPPLYSNINGAR TILL BALANSRÄKNINGEN" Name="htmlTextBox2">
              <Style>
                <Font Bold="True" />
              </Style>
            </HtmlTextBox>
          </Items>
        </GroupHeaderSection>
      </GroupHeader>
      <GroupFooter>
        <GroupFooterSection KeepTogether="False" Height="0.2cm" Name="groupFooterSection">
          <Style Visible="False" />
        </GroupFooterSection>
      </GroupFooter>
    </Group>
  </Groups>
</Report>

0
Erik
Top achievements
Rank 1
answered on 26 Oct 2016, 04:11 PM
Damn, your forum threw internal Error and still posted my replies. Sorry about that.
0
Tomas
Top achievements
Rank 1
answered on 27 Oct 2016, 12:33 PM
Hi.. again!

We made some progress and have found that if we have more than one of these files (see the XML(.trdx) below) above and underneath each other in the report they overlap. We can open a ticket if that is easier for you, either way we need help as soon as possible.

<?xml version="1.0" encoding="utf-8"?>
<Report DataSourceName="objectDataSource1" Width="16.9998989105225cm" Name="MachinesAndTechnical" SnapGridSize="0.1cm" xmlns="http://schemas.telerik.com/reporting/2012/3.8">
    <Style>
        <Font Name="Lato" Size="9pt" />
    </Style>
    <DataSources>
        <ObjectDataSource Name="objectDataSource1">
            <DataSource>
                <ClrType FullName="Hogia.AnnualReportService.Models.ReportModels.Note" Assembly="Hogia.AnnualReportService.Models" />
            </DataSource>
        </ObjectDataSource>
    </DataSources>
    <Items>
        <DetailSection Height="3cm" Name="detailSection1">
            <Style>
                <Padding Bottom="1cm" />
            </Style>
            <Items>
                <Table Width="15.0130577087402cm" Height="10.5291681289673cm" Left="1.97354146554156cm" Top="1.29999974767368cm" Name="table1">
                    <Body>
                        <Cells>
                            <TableCell RowIndex="0" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182357788086cm" Height="0.5cm" Left="0cm" Top="0cm" Value="IngÃ¥ende anskaffningsvärden" Name="textBox50">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="0" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.9224157333374cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues)" Format="{0:N0}" Name="textBox60">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="0" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881815910339cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox62">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; AND &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="1" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.5cm" Left="0cm" Top="0cm" Value="Inköp" Name="textBox29" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="1" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues)" Format="{0:N0}" Name="textBox51" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="1" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.5cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox61" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="2" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="Försäljningar/utrangeringar" Name="textBox63" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="2" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues)" Format="{0:N0}" Name="textBox64" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="2" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox65" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="6" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="Ã…terförda avskrivningar pÃ¥ försäljningar/utrangeringar" Name="textBox66" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="6" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues)" Format="{0:N0}" Name="textBox67" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="6" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox68" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="5" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="IngÃ¥ende avskrivningar" Name="textBox69" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="5" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues)" Format="{0:N0}" Name="textBox70" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="5" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000238418579cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox71" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; And &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="4" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.699999928474426cm" Left="0cm" Top="0cm" Value="UtgÃ¥ende anskaffningsvärden" Name="textBox72" StyleName="">
                                        <Style>
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="4" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.699999928474426cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues)" Format="{0:N0}" Name="textBox73" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="4" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.699999928474426cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox74" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="3" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="Omklassificeringar" Name="textBox75" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="3" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues)" Format="{0:N0}" Name="textBox76" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="3" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox77" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="7" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="Omklassificeringar" Name="textBox78" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="7" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues)" Format="{0:N0}" Name="textBox79" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="7" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox80" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="10" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="IngÃ¥ende nedskrivningar" Name="textBox81" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="10" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)" Format="{0:N0}" Name="textBox82" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="10" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox83" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="=Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; AND &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="9" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.700000107288361cm" Left="0cm" Top="0cm" Value="UtgÃ¥ende avskrivningar" Name="textBox84" StyleName="">
                                        <Style>
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="9" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.700000107288361cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues)" Format="{0:N0}" Name="textBox85" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="9" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.700000107288361cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues)&#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox86" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="8" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="Ã…rets avskrivningar" Name="textBox87" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="8" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues)" Format="{0:N0}" Name="textBox88" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="8" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox89" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="16" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182357788086cm" Height="0.899999976158142cm" Left="0cm" Top="0cm" Value="REDOVISAT VÄRDE" Name="textBox90" StyleName="">
                                        <Style>
                                            <Font Name="Lato Heavy" Size="10pt" />
                                            <Padding Top="0.2cm" />
                                        </Style>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="16" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.9224157333374cm" Height="0.899999976158142cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(20, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(21, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(22, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(23, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(30, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(31, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(32, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(33, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues)" Format="{0:N0}" Name="textBox91" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Name="Lato Heavy" Size="10pt" />
                                            <Padding Top="0.2cm" />
                                        </Style>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="16" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881815910339cm" Height="0.899999976158142cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(20, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(21, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(22, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(23, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(30, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(31, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(32, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(33, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues) &#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox92" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Name="Lato Heavy" Size="10pt" />
                                            <Padding Top="0.2cm" />
                                        </Style>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="15" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.700000047683716cm" Left="0cm" Top="0cm" Value="UtgÃ¥ende nedskrivningar" Name="textBox93" StyleName="">
                                        <Style>
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="15" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.700000047683716cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues)" Format="{0:N0}" Name="textBox94" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="15" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.700000047683716cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues)&#xD;&#xA;+ AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues)&#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox95" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Bold="True" />
                                            <Padding Top="0.1cm" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(51, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="14" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="Ã…rets nedskrivningar" Name="textBox96" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="14" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)" Format="{0:N0}" Name="textBox97" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="14" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox98" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="=Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; AND &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(54, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(54, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="13" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="Omklassificeringar" Name="textBox99" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="13" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)" Format="{0:N0}" Name="textBox100" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="13" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues) &#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox101" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="=Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; AND &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(53, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(53, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="11" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182548522949cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="Ã…terförda nedskrivningar pÃ¥ försäljningar/utrangeringar" Name="textBox102" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="11" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)" Format="{0:N0}" Name="textBox103" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="11" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues)&#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox104" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="=Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; AND &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(52, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(52, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="17" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182357788086cm" Height="1.02916669845581cm" Left="0cm" Top="0cm" Value="TillgÃ¥ngar anskaffade med offentligt bidrag ingÃ¥r med redovisat anskaffningsvärde" Name="textBox14" StyleName="">
                                        <Style>
                                            <Font Name="Lato" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetValueAsBool(60, Fields.NoteValues)" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="17" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.9224157333374cm" Height="1.02916669845581cm" Left="0cm" Top="0cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(61, Fields.NoteValues)" Format="{0:N0}" Name="textBox15" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Name="Lato" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetValueAsBool(60, Fields.NoteValues)" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="17" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881815910339cm" Height="1.02916669845581cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(61, Fields.NoteValues)&#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox27" StyleName="">
                                        <Style TextAlign="Right">
                                            <Font Name="Lato" />
                                        </Style>
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetValueAsBool(60, Fields.NoteValues)" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="12" ColumnIndex="0" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="8.09182357788086cm" Height="0.5cm" Left="0cm" Top="0cm" Value="Ã…terförda nedskrivningar" Name="textBox3" StyleName="">
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="12" ColumnIndex="1" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="3.92241644859314cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)" Format="{0:N0}" Name="textBox8" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="= (Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                            <TableCell RowIndex="12" ColumnIndex="2" RowSpan="1" ColumnSpan="1">
                                <ReportItem>
                                    <TextBox Width="2.99881792068481cm" Height="0.500000059604645cm" Left="0cm" Top="0cm" Value="= IIf(Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot;, &#xD;&#xA;AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues)&#xD;&#xA;, &quot;&quot;)" Format="{0:N0}" Name="textBox6" StyleName="">
                                        <Style TextAlign="Right" />
                                        <Bindings>
                                            <Binding Path="Visible" Expression="=Parameters.PreviousFinancialYear.Value &lt;&gt; &quot;&quot; AND &#xD;&#xA;(Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteValue(55, Fields.NoteValues), 0)) +&#xD;&#xA; Abs(IsNull(AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetLastYearsNoteValue(55, Fields.NoteValues), 0))) &gt; 0" />
                                        </Bindings>
                                    </TextBox>
                                </ReportItem>
                            </TableCell>
                        </Cells>
                        <Columns>
                            <Column Width="8.0918238569302cm" />
                            <Column Width="3.92241574958371cm" />
                            <Column Width="2.99881810222632cm" />
                        </Columns>
                        <Rows>
                            <Row Height="0.499999960211841cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.700000077658885cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.700000391452548cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.499999960211841cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.500000117108673cm" />
                            <Row Height="0.700000234555716cm" />
                            <Row Height="0.899999920536473cm" />
                            <Row Height="1.0291664138172cm" />
                        </Rows>
                    </Body>
                    <Corner />
                    <RowGroups>
                        <TableGroup Name="detailTableGroup">
                            <ChildGroups>
                                <TableGroup Name="group10" />
                                <TableGroup Name="group11" />
                                <TableGroup Name="group12" />
                                <TableGroup Name="group16" />
                                <TableGroup Name="group15" />
                                <TableGroup Name="group14" />
                                <TableGroup Name="group13" />
                                <TableGroup Name="group17" />
                                <TableGroup Name="group20" />
                                <TableGroup Name="group19" />
                                <TableGroup Name="group18" />
                                <TableGroup Name="group25" />
                                <TableGroup Name="group" />
                                <TableGroup Name="group24" />
                                <TableGroup Name="group23" />
                                <TableGroup Name="group22" />
                                <TableGroup Name="group21" />
                                <TableGroup Name="group26" />
                            </ChildGroups>
                            <Groupings>
                                <Grouping />
                            </Groupings>
                        </TableGroup>
                    </RowGroups>
                    <ColumnGroups>
                        <TableGroup Name="tableGroup" />
                        <TableGroup Name="tableGroup1" />
                        <TableGroup Name="tableGroup2" />
                    </ColumnGroups>
                    <Bindings>
                        <Binding Path="DataSource" Expression="= ReportItem.DataObject" />
                    </Bindings>
                </Table>
                <TextBox Width="8.10000034331996cm" Height="0.400099903739696cm" Left="1.93486327193561cm" Top="0.50029890576167cm" Value="= Substr(Fields.Name, 0, 1) + ToLower(Substr(Fields.Name, 1, Len(Fields.Name) - 1))" Name="textBox2">
                    <Style>
                        <Font Name="Lato Light" />
                    </Style>
                </TextBox>
                <TextBox Width="1.29989982644996cm" Height="0.400099921223722cm" Left="0cm" Top="0.50029890576167cm" Value="= 'Not ' + Fields.Number" Name="textBox1" />
                <TextBox Width="2cm" Height="0.4cm" Left="11.9877797352693cm" Top="0cm" Value="= Parameters.FinancialYear.Value" Name="textBox4">
                    <Style TextAlign="Right">
                        <Font Bold="True" />
                    </Style>
                </TextBox>
                <TextBox Width="1.9999982253711cm" Height="0.399999780654916cm" Left="14.9875795900303cm" Top="0cm" Value="= Parameters.PreviousFinancialYear.Value" Name="textBox5">
                    <Style TextAlign="Right">
                        <Font Bold="True" />
                    </Style>
                </TextBox>
                <TextBox Width="15.0129559473567cm" Height="0.899600264639847cm" Left="1.98704213496329cm" Top="12.0000012111663cm" Value="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetNoteString(63, Fields.NoteStrings)" Name="textBox49">
                    <Bindings>
                        <Binding Path="Visible" Expression="= AnnualReportTemplate.DataSource.Models.AnnualReportDocument.GetValueAsBool(62, Fields.NoteValues)" />
                    </Bindings>
                </TextBox>
            </Items>
        </DetailSection>
    </Items>
    <StyleSheet>
        <StyleRule>
            <Style>
                <Padding Left="2pt" Right="2pt" />
            </Style>
            <Selectors>
                <TypeSelector Type="TextItemBase" />
                <TypeSelector Type="HtmlTextBox" />
            </Selectors>
        </StyleRule>
    </StyleSheet>
    <PageSettings>
        <PageSettings PaperKind="A4" Landscape="False" ColumnCount="1" ColumnSpacing="0cm">
            <Margins>
                <MarginsU Left="2cm" Right="2cm" Top="2cm" Bottom="2cm" />
            </Margins>
        </PageSettings>
    </PageSettings>
    <ReportParameters>
        <ReportParameter Name="FinancialYear" Text="FinancialYear" AllowNull="True" AutoRefresh="True" />
        <ReportParameter Name="PreviousFinancialYear" Text="PreviousFinancialYear" AllowNull="True" />
    </ReportParameters>
</Report>
0
Stef
Telerik team
answered on 27 Oct 2016, 04:57 PM
Hi Tomas,

Please open a support ticket and send us a demo project that includes the code generating the report and test data.

The only note I have regarding the provided report is to show/hide row/column groups in the Table item via filtering. This assures the whole structure of the row/column will be hidden along with the nested TextBox items. Filters can be applied to groups through the Group Explorer. the attached video can be previewed in IE browser and illustrates the suggestion.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Tomas
Top achievements
Rank 1
answered on 28 Oct 2016, 08:33 AM
Ok will do that, but sending a demo will be very complicated... is there any way your support can skype and we can show you that way??

Anyway what do a sub-report section use to detect other elements?? Because that is the issue, that some elements don't detect each other. One thing to mention here is that this used to work, but after a update to the latest version of Telerik this issue evolved..
0
Tomas
Top achievements
Rank 1
answered on 28 Oct 2016, 09:31 AM

I noticed that our version is Telerik Reporting R3 2016 (version 10.2.16.914)

and in Telerik Reporting R3 2016 SP1 (version 10.2.16.1025)

I see this:

Paging
FIXED
Overlapping items when paging setup includes hidden item

mabey this is the issue??

0
Stef
Telerik team
answered on 28 Oct 2016, 10:53 AM
Hello Tomas,

We did not manage to reproduce the problem with the provided information. If you find the problem similar to the fixed one, please upgrade the project on one of the dev machines to test it.

About support services, please check Support Plans for DevTools. Having into account the report is produced programmatically, it will be best to have the code for its generation locally in order to test and debug it. Thus we can serialize each porting of the report and try to load it in a report designer with sample data, in an attempt to reproduce the problem. Once the report is loaded in a designer, it will be easier to check its settings and down/up-grade it.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Accepted
Tomas
Top achievements
Rank 1
answered on 28 Oct 2016, 11:32 AM

Hi again.. :)

We have solved the problem with a upgrade to v. SP1; 10.2.16.1025!

We thank you for all the help.

Tags
General Discussions
Asked by
Tomas
Top achievements
Rank 1
Answers by
Stef
Telerik team
Erik
Top achievements
Rank 1
Tomas
Top achievements
Rank 1
Share this question
or