Skip to main content
All docs
V23.2

ReportWizardTemplate.ID Property

Specifies the template identifier.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "id")]
public string ID { get; set; }

Property Value

Type Description
String

A string that identifies a template.

Remarks

The ID template identifier is used in the TryCreateCustomReport and TryCreateCustomReportAsync methods to determine which report to create. The ReportWizardTemplateCollection can contain templates with the same ID.

See Also