ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / Prompt Property

In This Topic
    Prompt Property (ReportParameter)
    In This Topic
    Gets or sets the user prompt to display when asking for parameter values.
    Syntax
    'Declaration
     
    Public Property Prompt As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Prompt {get; set;}

    Property Value

    An ExpressionInfo representing the user prompt to display when asking for parameter values.
    Remarks
    If this value is omitted, the user is not prompted for a value for the parameter.
    See Also