deploying reports
hi... to all the following code is to deploy the reports programatically... i've one problem .. by using the filestream it takes more time to load the reports.. hence burden on server.. is there any option or any solution to make less burden on server.... one more thing the records are converting to bytes hence getting late to load.. code.ReportingService20051.Warning[] warnings; FileStream stream = File.OpenRead("E:\\Rptsubcharts\\charts\\charts\\samp.rdl"); reportDefinition = new Byte[stream.Length]; stream.Read(reportDefinition, 0, (int)stream.Length); stream.Close(); warnings = (code.ReportingService20051.Warning[])rs.CreateReport(reportPath.Remove (reportPath.Length - 4, 4), @"/test1", true, reportDefinition, null); please help me...
October 20th, 2010 4:02pm

Are you simply trying to publish/deploy these reports to a report server? How large are your rdl files that this is a problem? Do you have embedded images or something?
Free Windows Admin Tool Kit Click here and download it now
October 20th, 2010 6:02pm

Hi vinayak.v, If I understand correctly, you meant the FileStream will cause performance issue on the server? If so, this should be a .NET development question, I would suggest you re-posting the question in: http://social.msdn.microsoft.com/Forums/en-US/category/netdevelopment Appreciate your understanding. Thanks, Jin ChenJin Chen - MSFT
October 25th, 2010 10:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics