ComponentOne FlexReport for WinForms
IsUserInteractive Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1DocumentSource Class : IsUserInteractive Property
Gets a value indicating whether the current document source is running in a user-interactive environment. This property returns false when running in a service, web app and so on.
Syntax
'Declaration
 
Public Shared ReadOnly Property IsUserInteractive As System.Boolean
public static System.bool IsUserInteractive {get;}
See Also

Reference

C1DocumentSource Class
C1DocumentSource Members