Skip to main content
All docs
V25.1
  • 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.v25.1.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