Further attempts:
To clarify, I'd like this sub-report to show up on the AdminOrders screen when viewing the order.
Created a report with Report Ref = "Ord_insure_amt"
Report has 1 Paramter defined
Name: OrderId
Type: int (also tried NVARCHAR)
Source: QueryStringParm
Value: OrdId
On Order.Text.Template, added token to reference report: <p>Insure Amount[Report:Ord_insure_amt]</p>
The URL when reviewing the Order is http://extremeledlightbars.com/NBStoreAdmin/tabid/544/ctl/AdminOrders/mid/1331/__OrdId/1169__/Default.aspx?SkinSrc=%2fDesktopModules%2fNB_Store%2fSkins%2fDark%2fDark
This does not work.
However, if I pull up the report directly using the url, it does work: http://extremeledlightbars.com/NBStoreAdmin/tabid/544/ctl/AdminReportPopup/mid/1331/REPID/13/dnnprintmode/true/__OrdId/1169__/Default.aspx?SkinSrc=%5bG%5dSkins%2f_default%2fNo+Skin&ContainerSrc=%5bG%5dContainers%2f_default%2fNo+Container
So why doesn't it work when using the Report Token vs just pulling up the report directly?
To clarify, I'd like this sub-report to show up on the AdminOrders screen when viewing the order.
Created a report with Report Ref = "Ord_insure_amt"
Report has 1 Paramter defined
Name: OrderId
Type: int (also tried NVARCHAR)
Source: QueryStringParm
Value: OrdId
On Order.Text.Template, added token to reference report: <p>Insure Amount[Report:Ord_insure_amt]</p>
The URL when reviewing the Order is http://extremeledlightbars.com/NBStoreAdmin/tabid/544/ctl/AdminOrders/mid/1331/__OrdId/1169__/Default.aspx?SkinSrc=%2fDesktopModules%2fNB_Store%2fSkins%2fDark%2fDark
This does not work.
However, if I pull up the report directly using the url, it does work: http://extremeledlightbars.com/NBStoreAdmin/tabid/544/ctl/AdminReportPopup/mid/1331/REPID/13/dnnprintmode/true/__OrdId/1169__/Default.aspx?SkinSrc=%5bG%5dSkins%2f_default%2fNo+Skin&ContainerSrc=%5bG%5dContainers%2f_default%2fNo+Container
So why doesn't it work when using the Report Token vs just pulling up the report directly?