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

How can we bind objectdatasource to stand alone telerik report?

1 Answer 446 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Nithin
Top achievements
Rank 1
Nithin asked on 10 May 2018, 11:45 AM

Hi,
I have been working on Telerik report by following this example Telerik example for reports.

Currently, I'm using Elevate Database as backend. How can use object data source for binding data to  or Telerik report file?

Please provide a demo using elevate database or Microsoft SQL server database.

My reference   report.

1 Answer, 1 is accepted

Sort by
0
Accepted
Rick
Telerik team
answered on 15 May 2018, 04:57 AM
Hi Nithin,

When using the Standalone Report Designer, the executable file must have a reference to your business logic. This is accomplished by modifying the configuration file in the same folder as the Report Designer. Your custom business logic should be contained within a single compiled assembly that exposes public data accessor methods. A copy of that compiled assembly should be added to the same directory as the Report Designer. The ObjectDataSource within your Report will then have access to the public data methods.

Additional Information:
Standalone Report Designer - Default Configuration

Regards,
Rick
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Report Designer (standalone)
Asked by
Nithin
Top achievements
Rank 1
Answers by
Rick
Telerik team
Share this question
or