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

Conditional Formatting on Sub Report

1 Answer 110 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Adeel
Top achievements
Rank 1
Adeel asked on 01 Oct 2014, 06:42 AM
I use sub report in the footer of parent report.
There is a field of Document Type.
i want that Sub Report Visibility is false when Document Type = "DELIVERY ORDER".
I give the condition

Expression                               Operator                      Value
=Field.DocumentType                   =                      ="DELIVERY ORDER"

But this is not working it is show that report.
Help me.

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 03 Oct 2014, 03:40 PM
Hello Addel,

You can use a binding to the SubReport item's Visible property, which expression is based on Field.DocumentType. In case the field has various values, you may need to use aggregates or custom function to build a proper expression, evaluating to True or False.


I hope the above information is helpful.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

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