Hello,
We have multiple designs for the report and a particular report design should print something specific related to that vendor on the report.
Hence I need to know in processReport() method of DP class that which design is being printed.
Report Design is dynamically coming from print management settings at vendor level or module level or user can select it while printing report itself.
How do i get to know the ReportName which is currently being printed so that I can apply values accordingly.