UseSystemPrinter Property

Version: Available or changed with runtime version 1.0.

Sets which printer is suggested when the report is run.

Applies to

  • Report

Property Value

True if you want the system default printer to be used; otherwise, false. The default is false.

Syntax

UseSystemPrinter = true;

Remarks

The user will be able to select another printer at runtime if the UseRequestPage Property is true.

If the UseSystemPrinter property is set to false, but there is no specific printer defined for the User/Report combination, the system default printer will be suggested.

See Also

UseRequestPage Property