ActiveReports 8 Server SDK
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.
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

UserContext Class
UserContext Members

 

 


Copyright © 2015 GrapeCity, inc. All Rights Reserved.

Support Forum