codice:Private Sub frmprint_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.rdDoc.Load(Application.StartupPath & "\modelli\standard.doc") Me.crwpreparazionestampa.ReportSource = Me.rdDoc End Sub
codice:Private Sub frmprint_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.rdDoc.Load(Application.StartupPath & "\modelli\standard.doc") Me.crwpreparazionestampa.ReportSource = Me.rdDoc End Sub