Hi,,,
Tia is suriya.
I need a detailed explanation about the subreport programatically, i need an example report...
how the subreport is create & passing parameter by coding.... please reply as soon as possible..,.
By
Suriya
1 Answer, 1 is accepted
0
Steve
Telerik team
answered on 23 Feb 2009, 01:35 PM
Hi Suriya,
You can add a subreport through the designer and then inspect the code that is automatically generated for it in the InitializeComponent() to get an idea how to create a subreport programmatically.
You can pass the parameters in the ItemDataBound or NeedDataSource events, having in mind that you need to work with the processing report items.
However, there is no scenario that cannot be handled using the definition subreport item, so please elaborate why would you need to do this with code?