i create report with multi designs and define enum parameters on this report
what am need when i chose on of the value in enum the system run report and specific design:
i already use SRSReportRunController class by the following code:
public static void main(Args args) { CustSalesRepController controller; controller = new CustSalesRepController (); controller.parmArgs(args); controller.parmReportName(ssrsReportStr( CustSalesCompanyRep, CustSalesPD02 )); controller.startOperation(); }