Hi guys,
While Printing SSRS reports, on single click i need 2 print 5 different designs(one behind the other) for Sales Invoice Report.
May any one help me out of it.
Regards,
Deepika S
Hi guys,
While Printing SSRS reports, on single click i need 2 print 5 different designs(one behind the other) for Sales Invoice Report.
May any one help me out of it.
Regards,
Deepika S
Hello! For that you can use the controller class, and override the getReportName method.
For example see VendAgingReportController Class.