私のビジネス アナリストは、(Report Builder を使用して) 7 つのレポートを作成し、MEGA レポートにマージしたいと考えています。これらすべてをサブレポートにラップすることで、これを実行しようとしています (レポート ビルダー 1.0 では使用できません)。すべてのレポートが表示されますが、レイアウトはいたるところにあります。サブレポートは自分自身を並べ替えているようです。
エラーを特定するために、レポートを 2 つだけ使用するようにしました。これを実行すると、subreport2 が subreport1 の上に表示されます。
自分のレポート (または子レポート) を順番に表示するには、どのような変更を加える必要がありますか?
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="schema">
<InteractiveHeight>11in</InteractiveHeight>
<rd:DrawGrid>true</rd:DrawGrid>
<InteractiveWidth>8.5in</InteractiveWidth>
<rd:SnapToGrid>true</rd:SnapToGrid>
<RightMargin>1in</RightMargin>
<LeftMargin>1in</LeftMargin>
<BottomMargin>1in</BottomMargin>
<rd:ReportID>480f6105-cb4d-4969-b530-81ab5a5e3fb8</rd:ReportID>
<Width>8.5in</Width>
<Body>
<ReportItems>
<Subreport Name="subreport1">
<ReportName>Report1</ReportName>
</Subreport>
<Subreport Name="subreport2">
<ReportName>Report2</ReportName>
</Subreport>
</ReportItems>
<Height>0.5in</Height>
</Body>
<Language>en-US</Language>
<TopMargin>1in</TopMargin>
</Report>