IAdmReportDelivery
The IAdmReportDelivery interface is used to configure delivery of a report.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
FileDelivery
-
Gets the IAdmReportDeliveryFile interface used to configure report delivery to a file share.
-
EmailDelivery
-
Gets the IAdmReportDeliveryEmail interface used to configure e-mail delivery of the report.
-
DoNotDeliverIfEmpty
-
Gets or sets a value indicating whether to skip delivery of a report if it is empty.
Details
FileDelivery
Gets the IAdmReportDeliveryFile interface used to configure report delivery to a file share.
- Type:
- IAdmReportDeliveryFile
- Access:
- Read-only
EmailDelivery
Gets the IAdmReportDeliveryEmail interface used to configure e-mail delivery of the report.
- Type:
- IAdmReportDeliveryEmail
- Access:
- Read-only
DoNotDeliverIfEmpty
Gets or sets a value indicating whether to skip delivery of a report if it is empty.
- Type:
- bool
- Access:
- Read/Write
Requirements
Minimum required version: 2018.1