Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReportDesignerDocument.Activate() Method

Activates the dock panel that contains the current document.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v21.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool Activate()

Returns

Type Description
Boolean

True if the operation was successful; otherwise, false.

See Also