crystal reports

  1. Conduct Exam

    set the Custome PaperSize of the Printer into CrystalReportViewer?

    I tried this solution But it can't be set to "9x6". 9x6" I created this in the print server properties of the Printer. But it can't be set into CrystalReportViewer>Print Report>Preferences>Advance>Paper Size I want to Set PaperSize ="9x6" the in PaperSize DropDown. private void LoadReport() {...
  2. dv2020

    Resolved Refresh Winform Crystal Report Simultaneously

    Hi All, I'm trying to have all three of my crystal reports refresh at the same time. I am using the code below but receiving an error. //Allowing three task to execute at a time ParallelOptions parallelOptions = new ParallelOptions {...
  3. B

    Creating Crystal Reports

    This tutorial explains how to create and print Crystal Reports in C# Using Crystal report in C# step by step - FreeLearningDz
  4. K

    Question Crystal Reports 2011, table.ApplyLogOnInfo has no effect

    Hi, I'm writing a 'general purpose' back-end, that needs to provide basic operations, to load a Crystal Reports report. Using the connection string I get from the client app (a test program, at the moment), I build a ConnectionInfo object and apply it to the table(s) of the selected report (+...
Back
Top Bottom