Skip to main content

ReportServicePreviewModel.AutoShowParametersPanel Property

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

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public bool AutoShowParametersPanel { get; set; }

#Property Value

Type Description
Boolean

true to automatically show the Parameters UI; otherwise false.

#Remarks

The Parameters user interface is shown in the following image.

parameters-panel

See Also