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

Conditional Drillthrough

1 Answer 119 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 15 Sep 2012, 08:29 PM
Hey guys,


My report needs the feature "drill through", which I implement by the feature "action-->navigate to report". However, In one case, I intent to block the drill though feature when my parameter "p1" is greater than 5.
How can I archive this function--"conditional drill through" or "conditional action"?

Thanks for your help in advance.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Sep 2012, 03:15 PM
Hi,

You can write appropriate expression that would be used in a TypeReportSource drill-through e.g.:

=IIF(Parameters.p1.Value > 5,"","<your assembly qualified name goes here>")

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Derek
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or