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

Reporting Methods

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Razack
Top achievements
Rank 1
Razack asked on 21 Sep 2011, 07:13 AM
Hi,

We create reports by filling dataset with values using stored procedures and formatting Telerik report using the data from dataset. We feel this method take quite long time to display the report. Instead is there any method to display reports directly from stored procedure to Telerik reports?

Thanks in advance
Ilyas.

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 26 Sep 2011, 09:29 AM
Hi Muhamed,

You can pinpoint where the slowdown comes from by using profiler tool and see how much does the query to the database takes.
Generally you can connect directly to SQL stored procedures by using the SqlDataSource Component. For more information please refer to How to: Connect to a SQL Server Database Using Stored Procedure.

Regards,
Steve
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Razack
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or