Hi ,
I need to develop a new report for an existing one .
Report : customer account statement
Customized report : VIK_CustaccoutnstatementExt 2 design , Report and report2
I have duplicated the design and made the changes, This report has 2 design which will get called based on some parameter .
What i would like to understand is how does the report needs to called from the controller class.
Do we need to add anything in the class "PrintMgmtReportFormatPopulator" -> "add documents" method.and add both the report design.
OR we just need to add in the class "PrintMgmtReportFormatPopulator"
case PrintMgmtDocumentType::Ciustome statement report:
_result.result(ssrsReportStr(VIK_CustaccoutnstatementExt , Report)); -> how do i add 2 design over here ?
break;
I want that my custom design to be called by default .
this 2 reports should show in the print management setup under form setup.
thanks,
VikPick