Skip to main content
A newer version of this page is available. .

ScheduledJobDto.InternalSubscribers Property

Specifies the registered Report Server users subscribed to the task.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public IEnumerable<int> InternalSubscribers { get; set; }

Property Value

Type Description
IEnumerable<Int32>

A collection of integers, identifying user accounts subscribed to emails.

See Also