Table of Contents

Class BackupExecReportSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Backup Exec job log settings.

public class BackupExecReportSettings : BaseTypeSection
Inheritance
BackupExecReportSettings

Constructors

BackupExecReportSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecReportSettings class.

public BackupExecReportSettings()

Properties

BannerColor

Gets or sets the colour to use for the report banner.

public string BannerColor { get; set; }

Property Value

string

CustomLogoFileName

Gets or sets the absolute path to the custom logo image file to use.

public string CustomLogoFileName { get; set; }

Property Value

string

FooterIncludeTime

Gets or sets whether the time should be included in the report footer.

public BooleanOption FooterIncludeTime { get; set; }

Property Value

BooleanOption

FooterText

Gets or sets the footer text to use for reports.

public string FooterText { get; set; }

Property Value

string

MaxRows

Gets or sets the maximum number of rows to include in a report.

public int MaxRows { get; set; }

Property Value

int

ReportFormat

Gets or sets the report format.

public BackupExecReportFormat ReportFormat { get; set; }

Property Value

BackupExecReportFormat

ReportFormatString

Gets the report format as a human readable string.

public string ReportFormatString { get; set; }

Property Value

string

RowType

Gets or sets the rows to display in the report.

public BackupExecReportRowType RowType { get; set; }

Property Value

BackupExecReportRowType

RowTypeString

Gets the rows to display in the report.

public string RowTypeString { get; set; }

Property Value

string

Gets or sets whether to use a custom logo in reports.

public BooleanOption UseCustomLogo { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the report settings as a human readable string.

public override string ToString()

Returns

string

The report settings as a human readable string.