ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSourcePrompt Class / Password Property

In This Topic
    Password Property (DataSourcePrompt)
    In This Topic
    Gets or sets the password for the credentials.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}

    Property Value

    A System.String value indicating the password for the credentials.
    See Also