Back to Devexpress

ReportDesignerViewBase.Designer Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportdesignerviewbase.md

latest1.5 KB
Original Source

ReportDesignerViewBase.Designer Property

Gets the report designer that owns the current view. This is a dependency property.

Namespace : DevExpress.Xpf.Reports.UserDesigner

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public ReportDesigner Designer { get; }
vb
Public ReadOnly Property Designer As ReportDesigner

Property Value

TypeDescription
ReportDesigner

A ReportDesigner object that specifies the designer to which the current view belongs.

|

Remarks

To specify the view, use the ReportDesigner.View property.

See Also

View

ReportDesignerViewBase Class

ReportDesignerViewBase Members

DevExpress.Xpf.Reports.UserDesigner Namespace