ReportWizardTemplate.ID Property
Specifies the template identifier.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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