ActiveReports 12 Server User Guide
IsLoggedIn Method (IDesignerService)

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : IsLoggedIn Method
The security token to validate.
Determines whether the security token is valid.
Syntax
'Declaration
 
Function IsLoggedIn( _
   ByVal token As String _
) As Boolean
bool IsLoggedIn( 
   string token
)

Parameters

token
The security token to validate.

Return Value

true if the security token is valid; otherwise, false.
See Also

Reference

IDesignerService Interface
IDesignerService Members