Skip to main content
All docs
V24.1

CustomWizardData.ReportTemplateID Property

The ID of the report template for which the user invoked the Report Wizard.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "reportTemplateID")]
public string ReportTemplateID { get; set; }

Property Value

Type Description
String

A report template identifier.

See Also