ActiveReports 12 Server User Guide
SaveSetting Method

ActiveReports.Server.Extensibility Assembly > ActiveReports.Server.Security Namespace > ISecurityProvidersRegistry Interface : SaveSetting Method
Provider type.
Name of the setting.
The value.
Saves the single setting value for specific provider.
Syntax
'Declaration
 
Sub SaveSetting( _
   ByVal providerKey As String, _
   ByVal settingName As String, _
   ByVal value As String _
) 
void SaveSetting( 
   string providerKey,
   string settingName,
   string value
)

Parameters

providerKey
Provider type.
settingName
Name of the setting.
value
The value.
See Also

Reference

ISecurityProvidersRegistry Interface
ISecurityProvidersRegistry Members