hi,
Iam new to Telerik.I want to do bind the telerik Report dynamically.
i don't want to use dataadapter.
I used dataadapter for reports.it is working fine in my mechine.but when deployed it in server it may show error ie(connection string).
to avoid this problem iam trying to use dataset only.and one more is iam useing reports in dotnetnuke .and iam useing storedprocedures.
i have a method it returns Dataset. Iam passing parameters dynamically to the method.so i want to assign dataset to report.
I used CrystalReports previously ,in that i used xml file.i loaded the xml file useing dataset.than i assign it to CrystalReport. here i was strucked when working with TelerikReport.
pls help me .pls send me any code for binding the report dynamically.
ThankYou..
Iam new to Telerik.I want to do bind the telerik Report dynamically.
i don't want to use dataadapter.
I used dataadapter for reports.it is working fine in my mechine.but when deployed it in server it may show error ie(connection string).
to avoid this problem iam trying to use dataset only.and one more is iam useing reports in dotnetnuke .and iam useing storedprocedures.
i have a method it returns Dataset. Iam passing parameters dynamically to the method.so i want to assign dataset to report.
I used CrystalReports previously ,in that i used xml file.i loaded the xml file useing dataset.than i assign it to CrystalReport. here i was strucked when working with TelerikReport.
pls help me .pls send me any code for binding the report dynamically.
ThankYou..