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

ReportManagerServiceViewModel.IsPrintPreviewAvailable Property

Gets a value indicating whether the associated service can show a report in the preview mode. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool IsPrintPreviewAvailable { get; set; }

Property Value

Type Description
Boolean

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

See Also