Back to Devexpress

DesignDockPanel.XRDesignPanel Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-designdockpanel.md

latest2.3 KB
Original Source

DesignDockPanel.XRDesignPanel Property

Associates the DesignDockPanel with the XRDesignPanel.

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public virtual XRDesignPanel XRDesignPanel { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Overridable Property XRDesignPanel As XRDesignPanel

Property Value

TypeDefaultDescription
XRDesignPanelnull

An XRDesignPanel object.

|

Remarks

This property does not apply to the XRDesignMdiController that provides the multi-document interface to the End-User Report Designer.

This property is retained to provide backward compatibility with the discontinued single-document End-User Report Designer interface, where it was used to associate dock panels with a specific XtraReport instance.

See Also

Create a Custom End-User Report Designer

DesignDockPanel Class

DesignDockPanel Members

DevExpress.XtraReports.UserDesigner Namespace