Hello,
I'm looking at the C# examples that came with the download. Do I have to bind in initializecomponent? I have a report with 4 params, and the data source is dependent on these parameters. So what I am wondering is, from what I'm seeing on these examples, is why do I have to bind my dataset generated from a table adapter in the constructor when I don't know what the data will be until the user fills in params.
I'm just getting into telerik reporting, so forgive my newbieness :-)
EDIT: after looking at it, it does not appear the needdatasource event is firing after parameters have been specified and I click the preview button. I'm not sure why that is, do you have to do something for that to happen?
Thanks.
I'm looking at the C# examples that came with the download. Do I have to bind in initializecomponent? I have a report with 4 params, and the data source is dependent on these parameters. So what I am wondering is, from what I'm seeing on these examples, is why do I have to bind my dataset generated from a table adapter in the constructor when I don't know what the data will be until the user fills in params.
I'm just getting into telerik reporting, so forgive my newbieness :-)
EDIT: after looking at it, it does not appear the needdatasource event is firing after parameters have been specified and I click the preview button. I'm not sure why that is, do you have to do something for that to happen?
Thanks.