Skip to main content
All docs
V24.1

CustomWizardData.Data Property

Custom data obtained from the Report Wizard pages.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "data")]
public string Data { get; set; }

Property Value

Type
String
See Also