[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.BaseXlsExportSettings

BaseXlsExportSettings Class

Represents the base settings for exporting data to a XLS format.

Inheritance
BaseXlsExportSettings
Namespace: GrapeCity.ActiveReports.Web
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
public abstract class BaseXlsExportSettings : BaseExportSettings

Constructors

Name Description
BaseXlsExportSettings()

Properties

Name Description
Password

Gets or sets the password required to open the XLS file.

ProtectedBy

Gets or sets the user name responsible to password protect the XLS file.

ReadOnlyRecommended

Gets or sets a value indicating whether the XLS file is recommended to be opened in read-only mode.

RightToLeft

Gets or sets a value indicating whether the XLS file should be displayed with right-to-left text direction.

WritePassword

Gets or sets the password required to modify the XLS file.