Click or drag to resize

CorrectnessReportingProcess Properties

The CorrectnessReportingProcess type exposes the following members.

Properties
  Name Description
Public property ArchiveFilePath Gets or sets the path to the archive file to which the statistics required for reporting are archived.
(Inherited from ReportingProcessBase)
Public property Company Gets or sets the name of the company to be displayed on reports.
(Inherited from ReportingProcessBase)
Public property EnableReportEmail Gets or sets flag to enable e-mailing of reports.
(Inherited from ReportingProcessBase)
Public property FromAddress Gets or sets the "from" address to use when e-mailing reports.
(Inherited from ReportingProcessBase)
Public property IdleReportLifetime Gets or sets the minimum lifetime of a report since the last time it was accessed, in days.
(Inherited from ReportingProcessBase)
Public property PersistSettings Determines whether the object settings are to be persisted to the config file.
(Inherited from ReportingProcessBase)
Public property ReportLocation Gets or sets the directory to which reports will be written.
(Inherited from ReportingProcessBase)
Public property ReportType Gets report type, i.e., basically the report name associated with this reporting process.
(Inherited from ReportingProcessBase)
Public property SettingsCategory Gets or sets the category name under which the object settings are persisted in the config file.
(Inherited from ReportingProcessBase)
Public property SmtpPassword Gets or sets the password used to authenticate to the SMTP server.
(Inherited from ReportingProcessBase)
Public property SmtpSecurePassword Gets or sets the password used to authenticate to the SMTP server as a secure string.
(Inherited from ReportingProcessBase)
Public property SmtpServer Gets or sets SMTP server to use when e-mailing reports.
(Inherited from ReportingProcessBase)
Public property SmtpUsername Gets or sets the username used to authenticate to the SMTP server.
(Inherited from ReportingProcessBase)
Public property Status Gets the current status details about reporting process.
(Inherited from ReportingProcessBase)
Public property Title Gets or sets the title to be displayed on reports.
(Inherited from ReportingProcessBase)
Public property ToAddresses Gets or sets the comma separated "to" addresses to use when e-mailing reports.
(Inherited from ReportingProcessBase)
Top
See Also