How to use sections and hide sections based on expression condition

Stimulsoft Reports.NET discussion
Post Reply
alihassan
Posts: 4
Joined: Mon Jul 16, 2018 3:44 pm

How to use sections and hide sections based on expression condition

Post by alihassan »

I want to use sections like "Detail Section" in "Crystal Reports". I want to show/hide these "Sections" based on condition expression, how its possible. Kindly let me know which component used as Detail Sections?

How i can show/hide entire sections based on expression condition? For example: if "Data Source Column" is empty then hide the section otherwise show that section.

How i can combined two components/object? issue for this question: How can we manage "Heading" and "Heading Details" on the same page. if there is't enough space at the bottom of the page then "Heading" and "Heading Details" both are move to the next page.




Thanks.
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: How to use sections and hide sections based on expression condition

Post by Lech Kulikowski »

Hello,

You can use master-details construction for this task:
http://demo.stimulsoft.com/#Net/MasterDetail

for hide section, you can use Condition with "Component Is Enabled" option.

Thank you.
Post Reply