Hi master..
I have custom report with SSRS Report use class Contract, UI Builder and Data Provider.
in class Contract, i have parameter with enum type.
in ssrs report, i create 2 design with name 'TransDesign01' and 'TransDesign02'.
i want, if i run this report and in parameter i choose 'Buy' in enum type, report will run with output 'TransDesign01'.
and if i choose 'Sell' in enum type, report will run with output 'TransDesign02'.
Can i do it use class Controller? and How?
Thanks all..
*This post is locked for comments