Conditional Report in MRT, Is it possible?
Posted: Wed Jan 21, 2015 5:12 am
This question is not directly related to .NET but it is sort of.
1. I have a case where I generate Receipt based on ReceiptNo. I have got a requirement that if the Receipt is for *this product* then the format should be this, if it for "that product", the format should be this. Ideally what I would want, I have designed 2 pages in the report. I should be able to use page1 or page2 for the report depending on the product. Can I do that using MRT Code behind or directly in MRT Designer?
2. I also have another situation,where lets say if a particular receipt has 3 Lab Tests, I should be able to print all in one page on each Test on different page, depending on which "Lab Tests" they are. If they are minor, I would print them on one page. If they are major test, I should be print each test on separate page.
My reports are in Stimulsoft Designer. I would like to use either code behind or achieve this other wise in the designer.
Thanks
1. I have a case where I generate Receipt based on ReceiptNo. I have got a requirement that if the Receipt is for *this product* then the format should be this, if it for "that product", the format should be this. Ideally what I would want, I have designed 2 pages in the report. I should be able to use page1 or page2 for the report depending on the product. Can I do that using MRT Code behind or directly in MRT Designer?
2. I also have another situation,where lets say if a particular receipt has 3 Lab Tests, I should be able to print all in one page on each Test on different page, depending on which "Lab Tests" they are. If they are minor, I would print them on one page. If they are major test, I should be print each test on separate page.
My reports are in Stimulsoft Designer. I would like to use either code behind or achieve this other wise in the designer.
Thanks