Sends the document content to the printer.
[Visual Basic]
Overloads Public Sub Print()
[C#]
public void Print();
Use the Printer property to set printer options before printing the document.
Please note that the document does not exist until the report has been run, so reports must be run prior to calling the Print method.
[C#]
private void rptPrint_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub ActiveReport1_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
Document Class | Document Members | Overload List
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.