Skip to main content
All docs
V23.2

ReportWizardTemplate.CanInstantlyFinish Property

Specifies whether the report wizard can be completed when the user selects a template without completing additional steps.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "canInstantlyFinish")]
public bool CanInstantlyFinish { get; set; }

Property Value

Type Description
Boolean

True to enable the Finish button that finalizes the Report Wizard. Otherwise, additional wizard steps are required.

See Also