Open this page in the API Guide

DeliverySettings.ExportUsingRecipientAccount Property

Gets or sets a value indicating whether the export should be run under recipient(s)'s account.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool ExportUsingRecipientAccount { get; set; }

Property Value

Type: Boolean
true if the export should be run using the recipient(s)'s account; otherwise, false.
See Also