ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Parameter Class / PromptUser Property

In This Topic
    PromptUser Property (Parameter)
    In This Topic
    Determines whether to prompt the user to input a parameter value.
    Syntax
    'Declaration
     
    Public Property PromptUser As Boolean
    public bool PromptUser {get; set;}
    Remarks
    The default value is True. If the value is set to False, the Prompt property is ignored.
    See Also