ActiveReports 12 Server User Guide
GetValue Method

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

Parameters

key
The key to get a value for.

Return Value

The value from the user context.
See Also

Reference

UserContext Class
UserContext Members