Hi There,
We are upgrading our Reports to Q32012 and work on table based layout feature of it.
We create the telerik reports dynamically and assign NeedDatasource event to load the data.
We have added new references to our project and have changed all possible assembly information correctly
Now in r & d phase things were working fine with older version but now it returns error.
I tried lot of stuffs after browsing few forums on the site but still i am not able to get rid of this error.
I'hv added following code in the constructor.
{
Can anybody have solution on it? Please help.
We are upgrading our Reports to Q32012 and work on table based layout feature of it.
We create the telerik reports dynamically and assign NeedDatasource event to load the data.
We have added new references to our project and have changed all possible assembly information correctly
Now in r & d phase things were working fine with older version but now it returns error.
I tried lot of stuffs after browsing few forums on the site but still i am not able to get rid of this error.
I'hv added following code in the constructor.
{
DataSource = null;
NeedDataSource += LoadData;
}Can anybody have solution on it? Please help.