Torna al Thread

using (FileStream fs = new FileStream(strReportPath, FileMode.Open, FileAccess.Read)) { reportViewer.LocalReport.LoadSubreportDefinition(strReportPath, fs); //reportViewer.LocalReport.LoadSubreportDefinition("sub_reportname", fs); ho provato anche col nome del sotto report ma senza successo fs.Close(); }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5