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

how to bind telerik report dynamically

1 Answer 195 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
HR
Top achievements
Rank 1
HR asked on 24 Jun 2008, 11:16 AM
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..

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 24 Jun 2008, 01:27 PM
Hello HR,

You can easily get away from having to do this for every server you upload it to, by using the web.config to store the connection string for you. Here is a forum thread that elaborates on the matter. For more info on stored procedures and using data source with parameters - check this KB article.
If you want to use DataSet directly, you can review our examples that all use datasets.

Greetings,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
HR
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or