| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Printer As Printer | |
| C# | |
|---|---|
public Printer Printer {get;} | |
Return Value
A DataDynamics.ActiveReports.Document.Printer value that represents the current document printing options.| C# | Copy Code |
|---|---|
private void rptPrint_ReportStart(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub ActiveReport1_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart | |
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.