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

In This Topic
    ProtectedBy Property (BaseXlsExportSettings)
    In This Topic
    Gets or sets the user name responsible to password protect the XLS file.
    Syntax
    'Declaration
     
    Public Property ProtectedBy As StringDefaultExportSetting
    public StringDefaultExportSetting ProtectedBy {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the name of the protector.
    See Also