hi friends
i am developing new webbased application. in that one i want to detect printer and i want to take print out. iam storing tha value in the
datatable. from there i want to send to printer. can anybody guide me..............it should detect printer.this is my codings.
Dim df As New DataTable
df = ds.Tables(
"DataTable1")
CrystalReportViewer1.Visible =
TrueCrystalReportSource1.ReportDocument.Database.Tables("DataTable1").SetDataSource(ds)
'CrystalReportSource1.ReportDocument.Database.Tables("DataTable1").SetDataSource(cl.ImageTable("\quality\ALL IMAGES\"))
CrystalReportViewer1.ReportSource = CrystalReportSource1
CrystalReportViewer1.DataBind()