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...
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...
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.