ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class / Prompt Property

In This Topic
    Prompt Property (ParameterDescriptor)
    In This Topic
    Gets or sets the prompt message that appears for the parameter.
    Syntax
    'Declaration
     
    Public Property Prompt As String
    public string Prompt {get; set;}

    Property Value

    A System.String that is displayed as a prompt.
    See Also