Home
>
BSPrinter documentation
>
Reference
BSRememberUserPreferencesConstants Enumeration
Constants used by the
RememberUserPreferences
property.
bsSPNever
=
0
' It doesn't save the settings that the user sets. The next time they won't be remembered.
bsSPWhenPrinted
=
1
' Saves the settings that the user has set, but only if the report was printed. If the user changed something but finally did not print, they are not saved.    If saved, the next time the report will be configured with these settings.
bsSPAlways
=
2
' Saves the settings that the user has set on the dialogs, regardless the report was actually printed or not.     The next time the report will be configured with these settings.