Gets a reference to the document's printer settings.
[Visual Basic]
Public ReadOnly Property Printer As Printer
[C#]
public Printer Printer {get;}
A DataDynamics.ActiveReports.Document.Printer value that represents the current document printing options.
Use this property to set the printer options before displaying a print dialog or directly printing the document to the printer with the specified options.
[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 | Printer class
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.