ActiveReports 12 Server User Guide
SavePolicy Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : SavePolicy Method
The security token to use.
The policy.
Saves the changes to the specified policy.
Syntax
'Declaration
 
Function SavePolicy( _
   ByVal token As String, _
   ByVal policy As Policy _
) As Result
Result SavePolicy( 
   string token,
   Policy policy
)

Parameters

token
The security token to use.
policy
The policy.

Return Value

The result.
See Also

Reference

IDesignerService Interface
IDesignerService Members