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

ReportManagerService.HasPreview Property

Gets a value indicating whether this service can show a report in the preview mode.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual bool HasPreview { get; }

Property Value

Type Description
Boolean

True, if this service can show a report in the preview mode; otherwise, false.

Implements

See Also