ActiveReports 12 Server User Guide
GetValues Method

ActiveReports.Server.Extensibility Assembly > ActiveReports.Server.Security Namespace > UserContext Class : GetValues Method
The key to get values for.
Gets the values from the user context for the specified key.
Syntax
'Declaration
 
Public MustOverride Function GetValues( _
   ByVal key As String _
) As String()
public abstract string[] GetValues( 
   string key
)

Parameters

key
The key to get values for.

Return Value

The values from the user context.
See Also

Reference

UserContext Class
UserContext Members