kastler2
Explorer
Member since ‎10-31-2019

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,I am Printing reports with the Crystal Report App Server .Net API.This is my code: using (var report = new ReportDocument()) { report.Load("path to my report"); // set parameters, connection and so var controller = report.ReportClien...
Hello, Used DB: Microsoft SQL Server Used Driver: Microsoft OLE DB Driver for SQL Server On SQL Server I have a colum with the time data type. In Crystal Reports 2016 when I add the corresponding table to my report I cannot use the columns that...
Hi, I want to change the Datasource of a Report.I am changing the driver from Btrieve to SQL-Server. This ist possible. But many of the Table Names and Column Names are different between Btrieve and SQL-Server. So I want to change them via the ...