ActiveReports 8 Server SDK
GetUserData Method

The user name to get the data for.
The key to get the data on.
Gets the user data for the specified user and the key.
Syntax
'Declaration
 
Function GetUserData( _
   ByVal username As String, _
   ByVal key As String _
) As Byte()
byte[] GetUserData( 
   string username,
   string key
)

Parameters

username
The user name to get the data for.
key
The key to get the data on.

Return Value

The user data if exists, otherwise null.
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

IExtensibleMembershipProvider Interface
IExtensibleMembershipProvider Members

 

 


Copyright © 2015 GrapeCity, inc. All Rights Reserved.

Support Forum