Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > Reporting Services
|
Reporting Services SQL Server Reporting Services. Please specify which version.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Reporting Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 31st, 2007, 07:26 AM
Authorized User
 
Join Date: Nov 2006
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Somesh
Default Writing DLL fom Report Rendering(SQL Server Repor)

Hi all

I have done some work with SQL server reporting service. I am saveing the Server generated reports into some physical space of hard disk.

now I have made one DLL using the same code to render the reports.

When I am calling the DLL from any web applicaton that time it is going inside the DLL but the folowing lines of the DLL is not working :-

    rs2005.ReportParameter[] parameters = rs.GetReportParameters(ReportName1, historyID, false, null, null);

            rsExecService.ExecutionInfo execInfo = new rsExecService.ExecutionInfo();
            rsExecService.ExecutionHeader execHeader = new rsExecService.ExecutionHeader();
            rsExec.ExecutionHeaderValue = execHeader;
            execInfo = rsExec.LoadReport(filePath, historyID);
            rsExec.SetExecutionParameters(reportHistoryParamet ers, "en-us");



Can any one tell me why??

With Regards

Somesh
__________________
somesh chaterjee





Similar Threads
Thread Thread Starter Forum Replies Last Post
sql reporting 2005 - output / rendering report JustABob Reporting Services 1 April 4th, 2006 01:15 PM
report rendering WelshAllBlack BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 1 November 15th, 2005 03:08 AM
Load of Report failed --vb.net 2003, Crystal repor avats Crystal Reports 0 October 23rd, 2005 01:19 PM
How do i export data fom local database to server gnel2000 SQL Server ASP 1 February 24th, 2005 12:08 AM
How to adjust several SQL scripts in crystal repor juma Crystal Reports 0 July 10th, 2004 01:34 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.