ReportPrintTool.AutoShowParametersPanel Property
Specifies whether the Parameters panel is visible in the Print Preview window.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
public bool AutoShowParametersPanel { get; set; }
Public Property AutoShowParametersPanel As Boolean
Property Value
Type | Description |
---|---|
Boolean | true to always show the Parameters UI; otherwise false. |
Remarks
Use the AutoShowParametersPanel property to show or hide the Parameters panel irrespective of which Preview form is used (standard, Ribbon, or custom).
For more information, see Using Report Parameters.
See Also
Feedback