Hi all,
I am trying to call multiple report designs at the same time. The problem is that this report is a standard report known as Picking List document layout (WMSPickingList_OrderPick) and this SSRS Report is basically called through Controller class.
I am placing following code in the controller class's prePromptModifyContract() method, which is basically driving the condition in which I need to show multiple Designs.
if (wmsPickingRoute.CDItemsIncludedEND)
{
this.parmReportContract().parmReportName(ssrsReportStr(WMSPickingList_OrderPick, ReportCD));
this.parmReportContract().parmReportName(ssrsReportStr(WMSPickingList_OrderPick, ReportNonCD));
}
else
{
this.parmReportContract().parmReportName(ssrsReportStr(WMSPickingList_OrderPick, ReportNonCD));
}
I have also done multiple layouts in Print Management settings of this report, but this doesn't seem to work very well probably because the Report menu item is linked with one (default) design.
Any ideas or suggestions regarding how I can achieve running/calling multiple or only one Report design at Run time?
I will appreciate your feedback.
*This post is locked for comments
The feature which does this for you is print management.
During the print of the report use the printManagement button not the orginal or Copy.
In the FormSetup > printManagement >picking list node type,
Orginal node to point to the main report design
Add a copy node with second design. You can add as many copies as you want .
set the appropriate print destination settings.
Now use "Use Print Management" button for picking list journals.
While creating picking list you need to enable the print management check box.
This is the main functionality of having print management for document reports
Regards
Venkatesh
in your case it will apparently use only 1 design mentioned in second line. It's just replacing it. i actually don't get you. Do you want to open 2 different windows of report having different design in each?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,232 Super User 2024 Season 2
Martin Dráb 230,064 Most Valuable Professional
nmaenpaa 101,156