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

sender as Telerik.Reporting.Processing.DetailSection; Returns null

0 Answers 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Prince M. Premnath
Top achievements
Rank 2
Prince M. Premnath asked on 14 Jul 2010, 03:13 PM
Hello all ,

Am experiencing a strange problem , on itemDataBound "procDetail " always remains null , ie "sender as        Telerik.Reporting.Processing.DetailSection; " returns null .. am i missing any thing ..???

private void detail_ItemDataBound(object sender, System.EventArgs e)
{
    Telerik.Reporting.Processing.DetailSection procDetail = sender as        Telerik.Reporting.Processing.DetailSection;

Thanks
-Prince M.Premnath

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Prince M. Premnath
Top achievements
Rank 2
Share this question
or