Skip to main content

ReportServicePreviewModel.AutoShowParametersPanel Property

Specifies whether the Parameters panel is visible in the Document Preview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool AutoShowParametersPanel { get; set; }

Property Value

Type Description
Boolean

true to automatically show the Parameters user interface; otherwise false.

See Also