The TppDesigner IniStorageType and InitStorageName properties can be used to control how ReportBuilder stores user preferences.
IniStorageType
Controls the location where user preferences are stored. There are two predefined storage types: Registry and IniFile. The default value is IniFile. The registry key or file name is specified by IniStorageName.
IniFile
Stores user preferences to the .ini file specified by the IniStorageName property. If no path is specified, the .ini file will be located in the Windows system directory.
Registry
Stores user preferences to the windows registry under the key HKEY_CURRENT_USER.
IniStorageName
The file name or registry key within which all user preferences are stored. The default file name is ($WINSYS)\RBuilder.ini. The ($WINSYS) is used to specify the Windows system directory. The default registry name for is RBuilder.
Please see the RBuilder.hlp for more details...