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

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

    Property Value

    A StringDefaultExportSetting object representing the write password.
    See Also