ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ConnectionProperties Class / Prompt Property

In This Topic
    Prompt Property (ConnectionProperties)
    In This Topic

    Gets or sets a value indicating the prompt that is displayed to the user when requesting credentials for connecting to the database with the specified data source.

    Syntax
    'Declaration
     
    Public Property Prompt As String
    public string Prompt {get; set;}

    Property Value

    A String indicating the prompt to show the user when database credentials are needed for the data source.

    See Also