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
CustomLogoFileName
Gets or sets the absolute path to the custom logo image file to use.
public string CustomLogoFileName { get; set; }
Property Value
FooterIncludeTime
Gets or sets whether the time should be included in the report footer.
public BooleanOption FooterIncludeTime { get; set; }
Property Value
FooterText
Gets or sets the footer text to use for reports.
public string FooterText { get; set; }
Property Value
MaxRows
Gets or sets the maximum number of rows to include in a report.
public int MaxRows { get; set; }
Property Value
ReportFormat
Gets or sets the report format.
public BackupExecReportFormat ReportFormat { get; set; }
Property Value
ReportFormatString
Gets the report format as a human readable string.
public string ReportFormatString { get; set; }
Property Value
RowType
Gets or sets the rows to display in the report.
public BackupExecReportRowType RowType { get; set; }
Property Value
RowTypeString
Gets the rows to display in the report.
public string RowTypeString { get; set; }
Property Value
UseCustomLogo
Gets or sets whether to use a custom logo in reports.
public BooleanOption UseCustomLogo { get; set; }
Property Value
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.