Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

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