Share via


ReportDesign.setTarget Method

Sets the print medium target for the report.

Syntax

public PrintMedium setTarget(PrintMedium target)

Run On

Called

Parameters

Return Value

Type: PrintMedium Enumeration
The print medium for the report.

Remarks

To select a specific printer as the target for the report, call the PrintJobSettings.deviceName method on the object that is returned by the ReportDesign.printJobSettings method.

See Also

ReportDesign Class

PrintJobSettings.deviceName Method

ReportDesign.printJobSettings Method