Crystal Reports Supress section C#
-
Hi, I have a crystal Reports application in C# displays report with 6 sections. I want to have report display those sections only if there is any data to display. If there is no data to display, I want to supress the whole report section if possible. In addition, Is there any way to supress a line in Crystal report? Thank you in advance
Thanks Needy
-
Hi, I have a crystal Reports application in C# displays report with 6 sections. I want to have report display those sections only if there is any data to display. If there is no data to display, I want to supress the whole report section if possible. In addition, Is there any way to supress a line in Crystal report? Thank you in advance
Thanks Needy
-
Hi, I have a crystal Reports application in C# displays report with 6 sections. I want to have report display those sections only if there is any data to display. If there is no data to display, I want to supress the whole report section if possible. In addition, Is there any way to supress a line in Crystal report? Thank you in advance
Thanks Needy
Sure, it's possible buddy. I done it before, but i can't remember exactly how. I think there's a suppress expression or something like that. You can pass it as a parameter and supress your session. Or do as our friend above said. It seems to work too. Good luck!