ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class / AtLeastOneNeedsPrompt Method

In This Topic
    AtLeastOneNeedsPrompt Method
    In This Topic
    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
    'Declaration
     
    Public Function AtLeastOneNeedsPrompt() As Boolean
    public bool AtLeastOneNeedsPrompt()
    See Also