Skip to main content
All docs
V17.2

XRDesignFormEx.SetWindowVisibility(DesignDockPanelType, Boolean) Method

Sets the visibility of dock panels in the End-User Report Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v17.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public override void SetWindowVisibility(
    DesignDockPanelType designDockPanels,
    bool visible
)

Parameters

Name Type Description
designDockPanels DesignDockPanelType

A DesignDockPanelType enumeration value identifying the dock panel(s) of the End-User Designer.

visible Boolean

true to display the dock panel(s); otherwise, false.

Remarks

Use the SetWindowVisibility method, to hide or show a dock panel when creating a custom End-User Report Designer based on the XRDesignFormEx object.

The XRDesignFormEx class is intended to provide a single-document interface to the End-User Report Designer. To provide a multi-document interface, use the XRDesignForm or XRDesignRibbonForm class instead. See Report Designer to learn more.

See Also