ActiveReports 9 Server
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISecurityProvidersRegistry Interface
ISecurityProvidersRegistry Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum