I have a crystalreport for a delivery challan.
It works on printreport() method using vb.net
Is it possible to put a text like (Original,
Duplicate, Triplicate) at runtime when
the user selects more than 1 copy to print.
if it is so, please tell me how to achieve this.
This is the simple code which I used to print.
Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click If Me.CrvDC.Visible = True Then Me.CrvDC.PrintReport() ElseIf Me.CrvMat.Visible = True Then Me.CrvMat.PrintReport() End If End Sub

New Topic/Question
Reply



MultiQuote


|