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

ReportServicePreviewModel.AutoShowParametersPanel Property

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

Namespace: DevExpress.Xpf.Printing

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

Declaration

public bool AutoShowParametersPanel { get; set; }

Property Value

Type Description
Boolean

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

See Also