ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseXlsExportSettings Class / Password Property

In This Topic
    Password Property (BaseXlsExportSettings)
    In This Topic
    Gets or sets the password required to open the XLS file.
    Syntax
    'Declaration
     
    Public Property Password As StringDefaultExportSetting
    public StringDefaultExportSetting Password {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the password.
    See Also