ReportDesigner.AutoStartDesign Property
In This Article
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
#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