ActiveReports3 Request technical support
AtLeastOneNeedsPrompt Method
See Also 


Determines whether the prompt is needed. If the PromptUser property of one of the parameters in the collection is set to true, the prompt is returned.

Syntax

Visual Basic (Declaration) 
Public Function AtLeastOneNeedsPrompt() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ParameterCollection
Dim value As Boolean
 
value = instance.AtLeastOneNeedsPrompt()
C# 
public bool AtLeastOneNeedsPrompt()

See Also