ActiveReports Developer 7
AtLeastOneNeedsPrompt Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > ParameterCollection Class : AtLeastOneNeedsPrompt Method

Glossary Item Box

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 System.Boolean
C# 
public System.bool AtLeastOneNeedsPrompt()

See Also