oRPT.Load(Server.MapPath("hereisThePathofMYCRYSTAL.rpt")) ds = FillDataset() 'Here do I fill the dataset (successfuly) oRPT.SetDataSource(ds.Tables(0)) CrystalReportViewer1.ReportSource = oRPT Dim formatType As ExportFormatType = ExportFormatType.NoFormat formatType = ExportFormatType.WordForWindows oRPT.ExportToHttpResponse(CrystalDecisions.[Shared].ExportFormatType.WordForWindows, Response, True, "")
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)