V23 breaks Embedded SubReport Refresh
I have found that Action.Refresh of a parent container that includes an embedded-mode SubReport (or Action.Refresh of a subReport container itself) throws an error "Invalid embedded report filename". This works up through all versions of v14 including 14.2.459 sp6 and is broken in v23 base and all subsequent releases.
Main Report
<Report ID="EmbeddedError">
<Body>
<Button Caption="Refresh" ID="btn">
<Action ElementID="div1" ID="are_div1" Type="RefreshElement" />
</Button>
<Division HtmlDiv="True" ID="div1">
<IncludeFrame ID="sub1" SubReportMode="Embedded">
<Target ID="tgt_sub1" Report="sub1" Type="IncludeFrameReport" />
</IncludeFrame>
</Division>
</Body>
</Report>
SubReport
<Report ID="sub1">
<Body>
<Label Caption="@Function.DateTime~" HtmlTag="H1" />
</Body>
<ideTestParams />
</Report>
0
Please sign in to leave a comment.
Comments
0 comments