Skip to main content

ReportServicePreviewModel.StatusUpdateInterval Property

Specifies the time interval, in which ReportServicePreviewModel‘s events are raised.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public TimeSpan StatusUpdateInterval { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value.

See Also