Skip to main content

ReportDesigner.AutoStartDesign Property

Allows for an automatic start of a report editing session after the Designer is loaded. This is a dependency property.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public bool AutoStartDesign { get; set; }

#Property Value

Type Description
Boolean

true to automatically start the design session; otherwise false.

#Remarks

To start the session manually, call the ReportDesignerViewModel.StartDesign method in code.

See Also