ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / PdfExportSettings Class / UserPassword Property

In This Topic
    UserPassword Property (PdfExportSettings)
    In This Topic
    Gets or sets the user password that can be entered in the reader.
    Syntax
    'Declaration
     
    Public Property UserPassword As StringDefaultExportSetting
    public StringDefaultExportSetting UserPassword {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the user password.
    Remarks
    If this value is left empty, the user will not be prompted for a password, however the user will be restricted by the specified permissions.
    See Also