Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spjansen

    print via CrystalReportViewer without printerselection-Window?

    it's working! I never took a look at the methods of the ReportDocument, only at the CrystalReportViewer!
  2. spjansen

    print via CrystalReportViewer without printerselection-Window?

    Thanks for the reply, but there is no .PrintPages Method in my CrystalReportViewer component. I am not really a vb.net programmer and dont know the terminology. What I have done is, that I took the CrystalReportViewer-thing (customcontrol ?) from the left-side menu and put it on my form and this...
  3. spjansen

    print via CrystalReportViewer without printerselection-Window?

    Hi, I have to print Crystal Report 8.5 Forms and I am doing this with the CrystalReportViewer in vb.net. CrystalReportViewer.PrintReport() The problem is, that I have to print a lot of reports and I dont want the printer selection window to pop up each time. I am not talking about 10 times the...
  4. spjansen

    Looking for var types

    hello, I want to create a dataset/datatable from an ttx file (thats for Crystal Reports) and I have to mimic the ms sql server fieldtypes for that. I create the columns like this: Dim DS As DataSet = New DataSet("test") Dim DT1 As DataTable = DS.Tables.Add("ORDERS") DT1.Columns.Add("NUMMER"...

Part and Inventory Search

Back
Top