Skip to main content

ReportDesignerViewModel.StartDesign() Method

In This Article

Starts a new report editing session with a Silverlight Report Designer.

Namespace: DevExpress.Xpf.ReportDesigner

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

#Declaration

public void StartDesign()

#Remarks

If an error occurs on the server while starting a new session, it can be obtained in the ReportDesignerViewModel.StartDesignError event.

See Also