i am inserting a report in my crystal report but i need to call it under some conditions , plz tell me how use condition check and if the condition is true then called report is shown else not
Printable View
i am inserting a report in my crystal report but i need to call it under some conditions , plz tell me how use condition check and if the condition is true then called report is shown else not
VB Code:
If <condition is true> Then <call report> End If