This is a migrated thread and some comments may be shown as answers.

Dynamic Pagebreak in Groupheader

2 Answers 27 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Andreas
Top achievements
Rank 1
Andreas asked on 24 Mar 2016, 01:12 PM

Hi,

 

I have a report in which I will execute a pagebreak if the content of a field is true. I have attached a picture for understanding what I mean.

 

How can I solve this?

Thanks

Andreas

2 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 28 Mar 2016, 02:13 PM
Hi Andreas,

Please test updating the second part of the expression to be similar to:
=IIf(ToLower(Fields.GroupName).Contains('ad'),'Before','None')

Use directly the Enum value Before, After, None, BeforeAndAfter.


I hope this information is helpful.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Andreas
Top achievements
Rank 1
answered on 28 Mar 2016, 05:46 PM

Hi Stef,

yes it works.

Thank you.

Regards,

Andreas

Tags
Report Designer (standalone)
Asked by
Andreas
Top achievements
Rank 1
Answers by
Stef
Telerik team
Andreas
Top achievements
Rank 1
Share this question
or